Skip to content

Commit

Permalink
wip...
Browse files Browse the repository at this point in the history
  • Loading branch information
aurzenligl committed Feb 20, 2024
1 parent 4b8c239 commit bf2c1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pytest_logger.py
Expand Up @@ -19,7 +19,7 @@ def ls(dir: Path):


def basetemp(pytester):
return pytester.path.parent / 'basetemp'
return Path('..') / 'basetemp'


@pytest.fixture
Expand Down

0 comments on commit bf2c1fb

Please sign in to comment.