From 2e9d89b6d4655512e1e3af02e641b1723d61001d Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sun, 12 Jan 2020 14:15:23 +0000 Subject: [PATCH] enable connection tests now pyvips is updated pyvips should now support connections, so always enable the tests --- test/test-suite/test_connection.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/test-suite/test_connection.py b/test/test-suite/test_connection.py index 43c8356b..7a21485d 100644 --- a/test/test-suite/test_connection.py +++ b/test/test-suite/test_connection.py @@ -17,13 +17,7 @@ class TestConnection: @classmethod def setup_class(cls): - # for now, only run these tests if we have the source pyvips installed - if pyvips.__version__ != "2.1.10": - pytest.skip("tests cannot run with pyvips {}" - .format(pyvips.__version__)) - cls.tempdir = tempfile.mkdtemp() - cls.colour = pyvips.Image.jpegload(JPEG_FILE) cls.mono = cls.colour.extract_band(1).copy() # we remove the ICC profile: the RGB one will no longer be appropriate