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 0015410 commit 9addcb8Copy full SHA for 9addcb8
adaptive/tests/test_runner.py
@@ -120,7 +120,7 @@ def test_ipyparallel_executor(ipyparallel_executor):
120
@flaky.flaky(max_runs=5)
121
@pytest.mark.timeout(60)
122
@pytest.mark.skipif(not with_distributed, reason="dask.distributed is not installed")
123
-@pytest.mark.skipif(sys.version_info[:2] == (3, 8), reason="XXX: seems to always fail")
+@pytest.mark.skipif(os.name == "nt", reason="XXX: seems to always fail")
124
def test_distributed_executor():
125
from distributed import Client
126
0 commit comments