瀏覽代碼

fix pytest_report_header, fixes #8232

Thomas Waldmann 1 年之前
父節點
當前提交
00962f9d5d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/borg/testsuite/conftest.py

+ 1 - 1
src/borg/testsuite/conftest.py

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