Skip to content

Commit a92dd73

Browse files
committed
Fix required pytest version
1 parent a81f87c commit a92dd73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ passenv =
77

88
[testenv]
99
extras = testing
10+
deps =
11+
pytest == 6.2.5 # required for Python 3.10, not bad for others
1012
commands = make test
1113
allowlist_externals =
1214
make

0 commit comments

Comments
 (0)