From 89708fff17fec6c95bd6271a4930936f22a5a729 Mon Sep 17 00:00:00 2001 From: Sarah Yurick Date: Thu, 11 Jan 2024 14:20:11 -0800 Subject: [PATCH] remove version restriction --- tests/unit/test_config.py | 4 ---- 1 file changed, 4 deletions(-) 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()