mirror of https://github.com/borgbackup/borg.git
remove needless autouse
This commit is contained in:
parent
41e9942efe
commit
d4d1b414b5
|
@ -47,7 +47,7 @@ def key_valid(path):
|
|||
return f.read().startswith(KeyfileKey.FILE_ID)
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
@pytest.fixture()
|
||||
def attic_repo(tmpdir):
|
||||
"""
|
||||
create an attic repo with some stuff in it
|
||||
|
|
Loading…
Reference in New Issue