We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae6850 commit 999b814Copy full SHA for 999b814
fs/tests/test_archivefs.py
@@ -23,6 +23,8 @@
23
24
from six import PY3, b
25
26
+
27
+@unittest.skipIf(not libarchive_available, "libarchive fs not available")
28
class TestReadArchiveFS(unittest.TestCase):
29
30
__test__ = libarchive_available
@@ -95,6 +97,7 @@ def check_listing(path, expected):
95
97
check_listing('foo/bar', ['baz.txt'])
96
98
99
100
101
class TestWriteArchiveFS(unittest.TestCase):
102
103
0 commit comments