File tree 2 files changed +6
-6
lines changed 2 files changed +6
-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 39
39
pytest-xdist>=1.13
40
40
mock
41
41
nose
42
+ passenv = USER USERNAME TRAVIS
42
43
commands =
43
- pytest -n3 -ra --runpytest =subprocess {posargs:testing}
44
+ pytest -n auto -ra --runpytest =subprocess {posargs:testing}
44
45
45
46
46
47
[testenv:linting]
57
58
hypothesis>=3.56
58
59
{env:_PYTEST_TOX_EXTRA_DEP:}
59
60
changedir =testing
61
+ passenv = USER USERNAME TRAVIS
60
62
commands =
61
- {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n8 -ra {posargs:.}
63
+ {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n auto -ra {posargs:.}
62
64
63
65
[testenv:py36-xdist]
64
66
deps = {[testenv:py27-xdist]deps}
@@ -90,8 +92,9 @@ changedir=testing
90
92
setenv =
91
93
{[testenv]setenv}
92
94
PYTHONDONTWRITEBYTECODE =1
95
+ passenv = USER USERNAME TRAVIS
93
96
commands =
94
- {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n3 -ra {posargs:.}
97
+ {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n auto -ra {posargs:.}
95
98
96
99
[testenv:py27-trial]
97
100
deps =
You can’t perform that action at this time.
0 commit comments