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 39cad5b + ea88d50 commit 4c6432bCopy full SHA for 4c6432b
tox.ini
@@ -22,8 +22,8 @@ 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, <8; python_version<'3.10'
26
- 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'
27
pytest-cov
28
requests
29
extras =
0 commit comments