Skip to content

Commit ea88d50

Browse files
committed
Increase max allowed pytest version to 9
pytest 8 has been out for a while; it's long past time we officially added support for it. This will allow people to use this plugin along with pytest 8.
1 parent 39cad5b commit ea88d50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ deps =
2222
# works with your code. Don't forget to modify the corresponding entries in
2323
# the Github workflows configuration file if you do change these lower
2424
# bounds.
25-
pytest >=4.6, <8; python_version<'3.10'
26-
pytest >=6.2.4, <8; python_version>='3.10'
25+
pytest >=4.6, <9; python_version<'3.10'
26+
pytest >=6.2.4, <9; python_version>='3.10'
2727
pytest-cov
2828
requests
2929
extras =

0 commit comments

Comments
 (0)