diff --git a/test/test-suite/test_stream.py b/test/test-suite/test_stream.py index af3743e4..9c721ca2 100644 --- a/test/test-suite/test_stream.py +++ b/test/test-suite/test_stream.py @@ -19,7 +19,7 @@ class TestStream: @classmethod def setup_class(cls): # for now, only run these tests if we have the stream pyvips installed - if pyvips.__version__ != "2.1.9": + if pyvips.__version__ != "2.1.10": pytest.skip("tests cannot run with pyvips {}" .format(pyvips.__version__))