From 85a950ae0afdd3642cfa1e7202d7504ea2f738c3 Mon Sep 17 00:00:00 2001 From: Stijn de Gooijer Date: Wed, 8 Feb 2023 20:30:21 +0100 Subject: [PATCH] Driveby fixture change --- py-polars/tests/unit/io/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-polars/tests/unit/io/conftest.py b/py-polars/tests/unit/io/conftest.py index 3280b937ce4fe..b488a9d29c443 100644 --- a/py-polars/tests/unit/io/conftest.py +++ b/py-polars/tests/unit/io/conftest.py @@ -8,5 +8,5 @@ @pytest.fixture() def io_files_path() -> Path: - current_dir = os.path.abspath(os.path.dirname(__file__)) + current_dir = os.path.dirname(__file__) return Path(current_dir) / "files"