summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c23177c1..d8d46d3f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,8 @@ toxworkdir={env:TOX_WORK_DIR:.tox}
[testenv]
deps =
- pytest
+ # < 7.2 due to pypa/distutils#186
+ pytest < 7.2
pytest-flake8
# workaround for tholo/pytest-flake8#87