Skip to content

Commit

Permalink
Driveby fixture change
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Feb 8, 2023
1 parent 4d02a93 commit 85a950a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/io/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 85a950a

Please sign in to comment.