Skip to content

Commit deaba19

Browse files
committed
Bump pytest version
1 parent 8bb51f4 commit deaba19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ passenv =
88
[testenv]
99
extras = testing
1010
deps =
11-
pytest == 6.2.5 # required for Python 3.10, not bad for others
11+
pytest >= 6.2.5 # required for Python 3.10, not bad for others
1212
commands = make test
1313
allowlist_externals =
1414
make

0 commit comments

Comments
 (0)