Skip to content

Commit 2c062f8

Browse files
committed
pin pytest-run-parallel
1 parent 6431451 commit 2c062f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hypothesis-python/tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,9 @@ commands =
250250
[testenv:threading]
251251
deps =
252252
-r../requirements/test.txt
253-
pytest-run-parallel>=0.6.0
253+
# in pytest-run-parallel==0.7.0, python3.10 + pytest-run-parallel + xdist does
254+
# not collect any tests. I don't know why.
255+
pytest-run-parallel==0.6.0
254256
setenv=
255257
PYTHONWARNDEFAULTENCODING=1
256258
HYPOTHESIS_PROFILE=threading

0 commit comments

Comments
 (0)