Skip to content

Commit

Permalink
remove version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahyurick committed Jan 11, 2024
1 parent 888ac8d commit 89708ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/unit/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ def test_dask_setconfig():
dask_config.refresh()


@pytest.mark.skipif(
sys.version_info < (3, 9),
reason="Writing and reading the Dask DataFrame causes a ProtocolError",
)
def test_dpp_single_file_parquet(tmpdir):
c = Context()

Expand Down

0 comments on commit 89708ff

Please sign in to comment.