mirror of https://github.com/borgbackup/borg.git
remove unneeded fixture decorator
This commit is contained in:
parent
022de5be47
commit
4f9a411ad8
|
@ -64,7 +64,6 @@ def attic_repo(tmpdir):
|
|||
return attic_repo
|
||||
|
||||
|
||||
@pytest.mark.usefixtures("tmpdir")
|
||||
def test_convert_segments(tmpdir, attic_repo):
|
||||
"""test segment conversion
|
||||
|
||||
|
|
Loading…
Reference in New Issue