Skip to content

Commit

Permalink
Importorskip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Rose committed Jun 9, 2022
1 parent 6d1a9e9 commit f5b3a41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dask/tests/test_base.py
Expand Up @@ -1575,6 +1575,8 @@ def check_default_scheduler(module, collection, expected, platform):
),
)
def test_emscripten_default_scheduler(params):
pytest.importorskip("dask.array")
pytest.importorskip("dask.dataframe")
proc = subprocess.run(
[
sys.executable,
Expand Down

0 comments on commit f5b3a41

Please sign in to comment.