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