File tree 2 files changed +3
-6
lines changed 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -211,9 +211,6 @@ class A(object):
211
211
@hypothesis .settings (
212
212
deadline = 400.0
213
213
) # very close to std deadline and CI boxes are not reliable in CPU power
214
- @pytest .mark .xfail (
215
- sys .platform .startswith ("win32" ), reason = "flaky #3707" , strict = False
216
- )
217
214
def test_idval_hypothesis (self , value ):
218
215
from _pytest .python import _idval
219
216
Original file line number Diff line number Diff line change 40
40
mock
41
41
nose
42
42
commands =
43
- pytest -n3 -ra --runpytest =subprocess {posargs:testing}
43
+ pytest -n auto -ra --runpytest =subprocess {posargs:testing}
44
44
45
45
46
46
[testenv:linting]
58
58
{env:_PYTEST_TOX_EXTRA_DEP:}
59
59
changedir =testing
60
60
commands =
61
- {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n8 -ra {posargs:.}
61
+ {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n auto -ra {posargs:.}
62
62
63
63
[testenv:py36-xdist]
64
64
deps = {[testenv:py27-xdist]deps}
@@ -91,7 +91,7 @@ setenv =
91
91
{[testenv]setenv}
92
92
PYTHONDONTWRITEBYTECODE =1
93
93
commands =
94
- {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n3 -ra {posargs:.}
94
+ {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n auto -ra {posargs:.}
95
95
96
96
[testenv:py27-trial]
97
97
deps =
You can’t perform that action at this time.
0 commit comments