Skip to content

Commit

Permalink
More correct pytest_configure
Browse files Browse the repository at this point in the history
  • Loading branch information
WisdomPill committed Oct 27, 2024
1 parent 6018528 commit 7d21144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def pytest_xdist_make_scheduler(log, config):
return FixtureScheduling(config, log)


def pytest_configure():
def pytest_configure(config):
sys.path.insert(0, str(Path(__file__).absolute().parent))


Expand Down

0 comments on commit 7d21144

Please sign in to comment.