浏览代码

remove needless autouse

Antoine Beaupré 9 年之前
父节点
当前提交
d4d1b414b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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