Use -n auto now that xdist behaves well in Travis and AppVeyor

This hopefully fixes the flaky test_idval_hypothesis on AppVeyor

Fix #3707
This commit is contained in:
Bruno Oliveira
2018-09-04 18:58:00 -03:00
parent e0466d0ad8
commit 5eb85efa14
2 changed files with 6 additions and 6 deletions

View File

@@ -211,9 +211,6 @@ class TestMetafunc(object):
@hypothesis.settings(
deadline=400.0
) # very close to std deadline and CI boxes are not reliable in CPU power
@pytest.mark.xfail(
sys.platform.startswith("win32"), reason="flaky #3707", strict=False
)
def test_idval_hypothesis(self, value):
from _pytest.python import _idval