We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6431451 commit 2c062f8Copy full SHA for 2c062f8
hypothesis-python/tox.ini
@@ -250,7 +250,9 @@ commands =
250
[testenv:threading]
251
deps =
252
-r../requirements/test.txt
253
- pytest-run-parallel>=0.6.0
+ # 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
256
setenv=
257
PYTHONWARNDEFAULTENCODING=1
258
HYPOTHESIS_PROFILE=threading
0 commit comments