Skip to content

Commit

Permalink
Pin pytest to <7.2. Workaround for #186.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 29, 2022
1 parent e414cdf commit 01ce88b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01ce88b

Please sign in to comment.