We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bc3c59 + f975518 commit 82e4f11Copy full SHA for 82e4f11
tox.ini
@@ -22,9 +22,9 @@ deps =
22
# works with your code. Don't forget to modify the corresponding entries in
23
# the Github workflows configuration file if you do change these lower
24
# 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'
+ pytest >=4.6, <10; python_version <'3.10'
+ pytest >=6.2.4, <10; python_version >='3.10' and python_version <'3.14'
+ pytest >=7.3.2, <10; python_version >='3.14'
28
pytest-cov !=6.2.0
29
requests
30
extras =
0 commit comments