From d4d1b414b5c7b53ba37f32d7cb5ed8a15ffd6b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Fri, 2 Oct 2015 09:44:53 -0400 Subject: [PATCH] remove needless autouse --- borg/testsuite/converter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borg/testsuite/converter.py b/borg/testsuite/converter.py index ceb3efb11..b7e3748e9 100644 --- a/borg/testsuite/converter.py +++ b/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