소스 검색

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