fix pytest_report_header, fixes #8232

This commit is contained in:
Thomas Waldmann 2024-05-31 14:29:07 +02:00
parent 819e294c3f
commit 00962f9d5d
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01

View File

@ -33,7 +33,7 @@ def clean_env(tmpdir_factory, monkeypatch):
monkeypatch.setenv("BORG_TESTONLY_WEAKEN_KDF", "1")
def pytest_report_header(config, startdir):
def pytest_report_header(config, start_path):
tests = {
"BSD flags": has_lchflags,
"fuse2": has_llfuse,