Skip to content

Commit

Permalink
Update test_zpaq.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Dec 5, 2023
1 parent e0a0fe6 commit 7ed1091
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_zpaq.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See the file 'docs/LICENSE.txt' for copying permission.

import os.path
# import pytest
import pytest

from sflock.abstracts import File
from sflock.unpack import ZpaqFile
Expand All @@ -12,6 +12,7 @@
def f(filename):
return File.from_path(os.path.join(b"tests", b"files", filename))

@pytest.mark.skip(reason="zpaq is slow")
class TestZpaqFile(object):
def test_zpaq(self):
assert "ZPAQ file" in f(b"test.zpaq").magic
Expand Down

0 comments on commit 7ed1091

Please sign in to comment.