Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHambley authored Apr 25, 2023
1 parent 857b983 commit 9734307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performance-tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

def pytest_sessionstart(session):
session.config._temp_dir = TemporaryDirectory()
unpack_archive('performance-tests/examples.tar',
unpack_archive(Path(__file__).parent / 'examples.tar',
session.config._temp_dir.name)
session.config._perf_source_files = []
dir = Path(session.config._temp_dir.name)
Expand Down

0 comments on commit 9734307

Please sign in to comment.