Skip to content

Commit

Permalink
Increase max allowed pytest version to 9
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
diazona committed Oct 5, 2024
1 parent 39cad5b commit ea88d50
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 @@ -22,8 +22,8 @@ deps =
# works with your code. Don't forget to modify the corresponding entries in
# the Github workflows configuration file if you do change these lower
# bounds.
pytest >=4.6, <8; python_version<'3.10'
pytest >=6.2.4, <8; python_version>='3.10'
pytest >=4.6, <9; python_version<'3.10'
pytest >=6.2.4, <9; python_version>='3.10'
pytest-cov
requests
extras =
Expand Down

0 comments on commit ea88d50

Please sign in to comment.