Skip to content

Commit

Permalink
Pin pytest 8 to version 8.0.1
Browse files Browse the repository at this point in the history
- avoids problem in 8.0.2, see
   pytest-dev/pytest#1203
  • Loading branch information
mrbean-bremen committed Feb 29, 2024
1 parent 6cb007e commit d451478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deps =
pytest624: pytest>=6.2.4,<6.3
pytest70: pytest>=7.0,<7.1
pytest74: pytest>=7.3,<8.0
pytest80: pytest>=8.0,<9.0
pytest80: pytest==8.0.1
pytest-cov<2.10
pytest{50,54}: pytest-xdist<2.0.0
pytest{60,62,624,70,74,80}: pytest-xdist
Expand Down

0 comments on commit d451478

Please sign in to comment.