Skip to content

Commit

Permalink
Update deprecated pytest hook arg
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Mar 4, 2024
1 parent 049689a commit ba6d7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ixmp/testing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def pytest_sessionstart(session):
jdbc._GC_AGGRESSIVE = False


def pytest_report_header(config, startdir):
def pytest_report_header(config, start_path):
"""Add the ixmp configuration to the pytest report header."""
return f"ixmp config: {repr(ixmp_config.values)}"

Expand Down

0 comments on commit ba6d7af

Please sign in to comment.