Skip to content

Commit cf7e49e

Browse files
committed
Support pytest 9
Change the function specification of pytest_report_header to not use any arguments. Closes #55
1 parent 232fa54 commit cf7e49e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
INSTALL_TYPE = "editable" if apipkg.__file__ == LOCAL_APIPKG else "full"
77

88

9-
def pytest_report_header(startdir):
9+
def pytest_report_header():
1010
return "apipkg {install_type} install version={version}".format(
1111
install_type=INSTALL_TYPE, version=apipkg.__version__
1212
)

0 commit comments

Comments
 (0)