From 9da3d9ce34ed588218252b5dd0d6b4dfa3be03a5 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Wed, 18 Mar 2026 21:48:23 +0100 Subject: [PATCH] =?UTF-8?q?Ne=20pas=20supprimer=20les=20donn=C3=A9es=20de?= =?UTF-8?q?=20test=20=C3=A0=20la=20fin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/conftest.py | 4 ---- 1 file changed, 4 deletions(-) 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()