소스 검색

remove unneeded fixture decorator

Antoine Beaupré 10 년 전
부모
커밋
4f9a411ad8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      borg/testsuite/convert.py

+ 0 - 1
borg/testsuite/convert.py

@@ -64,7 +64,6 @@ def attic_repo(tmpdir):
     return attic_repo
     return attic_repo
 
 
 
 
-@pytest.mark.usefixtures("tmpdir")
 def test_convert_segments(tmpdir, attic_repo):
 def test_convert_segments(tmpdir, attic_repo):
     """test segment conversion
     """test segment conversion