Skip to content

Commit

Permalink
removed skip for python < 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SfinxCZ committed Dec 9, 2020
1 parent d9ca616 commit 8a77bd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/python_package_test/test_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import pytest
if not sys.platform.startswith("linux"):
pytest.skip("lightgbm.dask is currently supported in Linux environments", allow_module_level=True)
if sys.version_info < (3, 6):
pytest.skip("Only python>=3.6 is supported", allow_module_level=True)

import dask.array as da
import dask.dataframe as dd
Expand Down

0 comments on commit 8a77bd9

Please sign in to comment.