From cefa82bacfac6b82f63636000fcd69d78684916e Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 7 Nov 2019 20:58:10 +0000 Subject: [PATCH] bump version for pyvips stream test --- test/test-suite/test_stream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__))