mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-01 12:45:34 +00:00
Merge pull request #8240 from ThomasWaldmann/fix-pytest-master
fix pytest_report_header, fixes #8232
This commit is contained in:
commit
f7c18cd2c8
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ def clean_env(tmpdir_factory, monkeypatch):
|
|||
monkeypatch.setenv("BORG_TESTONLY_WEAKEN_KDF", "1")
|
||||
|
||||
|
||||
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