We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb51f4 commit deaba19Copy full SHA for deaba19
tox.ini
@@ -8,7 +8,7 @@ passenv =
8
[testenv]
9
extras = testing
10
deps =
11
- pytest == 6.2.5 # required for Python 3.10, not bad for others
+ pytest >= 6.2.5 # required for Python 3.10, not bad for others
12
commands = make test
13
allowlist_externals =
14
make
0 commit comments