diff --git a/tests/unit/test_config.py b/tests/unit/test_config.py index e67de4a1e..b6635e307 100644 --- a/tests/unit/test_config.py +++ b/tests/unit/test_config.py @@ -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()