Skip to content

Commit

Permalink
Remove xfail from test_no_unnecessary_imports_on_worker (#5862)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky authored Feb 24, 2022
1 parent 0e12374 commit a364d42
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions distributed/tests/test_nanny.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,10 +616,8 @@ async def test_environ_plugin(c, s, a, b):
@pytest.mark.parametrize(
"modname",
[
pytest.param(
"numpy",
marks=pytest.mark.xfail(reason="distributed#5723, distributed#5729"),
),
# numpy is always imported, and for a good reason:
# https://github.com/dask/distributed/issues/5729
"scipy",
pytest.param("pandas", marks=pytest.mark.xfail(reason="distributed#5723")),
],
Expand Down

0 comments on commit a364d42

Please sign in to comment.