We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232fa54 commit cf7e49eCopy full SHA for cf7e49e
1 file changed
conftest.py
@@ -6,7 +6,7 @@
6
INSTALL_TYPE = "editable" if apipkg.__file__ == LOCAL_APIPKG else "full"
7
8
9
-def pytest_report_header(startdir):
+def pytest_report_header():
10
return "apipkg {install_type} install version={version}".format(
11
install_type=INSTALL_TYPE, version=apipkg.__version__
12
)
0 commit comments