Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Mar 10, 2021
1 parent 272f97c commit 39359c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python_package_test/test_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

import lightgbm as lgb

# if not platform.startswith('linux'):
# pytest.skip('lightgbm.dask is currently supported in Linux environments', allow_module_level=True)
if not platform.startswith('linux'):
pytest.skip('lightgbm.dask is currently supported in Linux environments', allow_module_level=True)
if not lgb.compat.DASK_INSTALLED:
pytest.skip('Dask is not installed', allow_module_level=True)

Expand Down

0 comments on commit 39359c7

Please sign in to comment.