Преглед изворни кода

fix pytest_report_header, fixes #8232

Thomas Waldmann пре 1 година
родитељ
комит
394e819914
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      conftest.py

+ 1 - 1
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,