Browse Source

remove needless autouse

Antoine Beaupré 9 năm trước cách đây
mục cha
commit
d4d1b414b5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      borg/testsuite/converter.py

+ 1 - 1
borg/testsuite/converter.py

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