2
0
Эх сурвалжийг харах

Merge pull request #8241 from ThomasWaldmann/fix-pytest-1.4

fix pytest_report_header, fixes #8232
TW 1 жил өмнө
parent
commit
10fda2f39b

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

@@ -38,7 +38,7 @@ def clean_env(tmpdir_factory, monkeypatch):
         monkeypatch.delenv(key, raising=False)
 
 
-def pytest_report_header(config, startdir):
+def pytest_report_header(config, start_path):
     tests = {
         "BSD flags": has_lchflags,
         "fuse2": has_llfuse,