Skip to content

Commit 01ce88b

Browse files
committed
Pin pytest to <7.2. Workaround for pypa/distutils#186.
1 parent e414cdf commit 01ce88b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ toxworkdir={env:TOX_WORK_DIR:.tox}
55

66
[testenv]
77
deps =
8-
pytest
8+
# < 7.2 due to pypa/distutils#186
9+
pytest < 7.2
910

1011
pytest-flake8
1112
# workaround for tholo/pytest-flake8#87

0 commit comments

Comments
 (0)