Skip to content

Commit

Permalink
Rely on pytest as found in pytest-dev/pytest#11155. Fixes #186.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 1, 2023
1 parent 4435cec commit 5a8ca1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ toxworkdir={env:TOX_WORK_DIR:.tox}

[testenv]
deps =
# < 7.2 due to pypa/distutils#186
pytest < 7.2
# pypa/distutils#186; workaround for pytest-dev/pytest#10447
pytest @ git+https://github.com/RonnyPfannschmidt/pytest@fix-10447-maker-mro-order-needs-reverse

pytest-flake8
# workaround for tholo/pytest-flake8#87
Expand Down

0 comments on commit 5a8ca1b

Please sign in to comment.