Procházet zdrojové kódy

remove needless autouse

Antoine Beaupré před 9 roky
rodič
revize
d4d1b414b5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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