Skip to content

Commit

Permalink
Merge pull request #8241 from ThomasWaldmann/fix-pytest-1.4
Browse files Browse the repository at this point in the history
fix pytest_report_header, fixes #8232
  • Loading branch information
ThomasWaldmann committed May 31, 2024
2 parents ecf7efc + 99ee635 commit 10fda2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/borg/testsuite/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 10fda2f

Please sign in to comment.