Skip to content

Commit

Permalink
Merge pull request #903 from CoffeaTeam/0.7-linting-again
Browse files Browse the repository at this point in the history
fix: linting error in tests
  • Loading branch information
lgray authored Oct 4, 2023
2 parents 443374c + 8186618 commit f7e9119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def test_dask_job():

client.close()


@pytest.mark.skip(reason="most recent dask breaks this mechanism")
def test_dask_cached():
distributed = pytest.importorskip("distributed", minversion="2.6.0")
Expand Down

0 comments on commit f7e9119

Please sign in to comment.