From 7ed1091344b9040e0e2486d37ff4f4ecf75b3559 Mon Sep 17 00:00:00 2001 From: Andriy Brukhovetskyy Date: Tue, 5 Dec 2023 11:37:24 +0100 Subject: [PATCH] Update test_zpaq.py --- tests/test_zpaq.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_zpaq.py b/tests/test_zpaq.py index 2bdabc9..2d52b3a 100644 --- a/tests/test_zpaq.py +++ b/tests/test_zpaq.py @@ -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 @@ -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