Skip to content

Commit d451478

Browse files
committed
Pin pytest 8 to version 8.0.1
- avoids problem in 8.0.2, see pytest-dev/pytest#1203
1 parent 6cb007e commit d451478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ deps =
1212
pytest624: pytest>=6.2.4,<6.3
1313
pytest70: pytest>=7.0,<7.1
1414
pytest74: pytest>=7.3,<8.0
15-
pytest80: pytest>=8.0,<9.0
15+
pytest80: pytest==8.0.1
1616
pytest-cov<2.10
1717
pytest{50,54}: pytest-xdist<2.0.0
1818
pytest{60,62,624,70,74,80}: pytest-xdist

0 commit comments

Comments
 (0)