Skip to content

Commit f975518

Browse files
committed
Allow testing with pytest 9
pytest 9 was recently released. This change allows it to be used in testing with tox.
1 parent 9bc3c59 commit f975518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ 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, <9; python_version <'3.10'
26-
pytest >=6.2.4, <9; python_version >='3.10' and python_version <'3.14'
27-
pytest >=7.3.2, <9; python_version >='3.14'
25+
pytest >=4.6, <10; python_version <'3.10'
26+
pytest >=6.2.4, <10; python_version >='3.10' and python_version <'3.14'
27+
pytest >=7.3.2, <10; python_version >='3.14'
2828
pytest-cov !=6.2.0
2929
requests
3030
extras =

0 commit comments

Comments
 (0)