Skip to content

Commit 2152429

Browse files
committed
iter
1 parent 4960724 commit 2152429

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

conftest.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@ def pytest_runtest_setup(item):
3131
import tensorflow
3232
except ImportError:
3333
pytest.skip('The tensorflow package is not installed.')
34+
elif "dask" in fname:
35+
try:
36+
import dask
37+
except ImportError:
38+
pytest.skip('The dask package is not installed.')

0 commit comments

Comments
 (0)