소스 검색

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,