Skip to content

Commit dcc925b

Browse files
ptoscanom-horky
authored andcommitted
build: pin pytest to < 7
It seems like pytest 7 breaks pytest-forked somehow, as also reported in pytest-dev/pytest#9621 Hence, for now pin it to any version lower than 7 to keep the unit tests working. (Cherry-picked from f801b69)
1 parent 1d9db3a commit dcc925b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-e ./syspurpose
88

99
flake8<4
10-
pytest
10+
pytest<7
1111
pytest-randomly
1212
pytest-timeout
1313
pytest-forked

0 commit comments

Comments
 (0)