1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-08 21:05:23 +00:00

Merge pull request #8241 from ThomasWaldmann/fix-pytest-1.4

fix pytest_report_header, fixes #8232
This commit is contained in:
TW 2024-05-31 15:58:49 +02:00 committed by GitHub
commit 10fda2f39b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,