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 ac8809a commit 49189a9Copy full SHA for 49189a9
tests/extractcode/test_archive.py
@@ -2289,6 +2289,7 @@ def test_extract_cbz_basic_with_weird_filename_extension(self):
2289
2290
class TestLzip(BaseArchiveTestCase):
2291
2292
+ pytestmark = pytest.mark.skipif(on_windows, reason='FIXME: lzip does not work on Windows')
2293
def test_extract_tarlzip_basic(self):
2294
test_file = self.get_test_loc('archive/lzip/sample.tar.lz')
2295
test_dir = self.get_temp_dir()
0 commit comments