diff --git a/tests/conftest.py b/tests/conftest.py index 78f1362..1874b52 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -48,10 +48,6 @@ def test_data(): pl.DataFrame(data).write_parquet("tests/test.parquet") yield path - if os.path.exists(path): - os.unlink(path) - print(path, "deleted") - def pytest_setup_options(): options = Options()