mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-03 13:45:59 -04:00
fix pytest_report_header, fixes #8232
This commit is contained in:
parent
ecf7efc923
commit
99ee635f8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue