bump version for pyvips stream test

This commit is contained in:
John Cupitt 2019-11-07 20:58:10 +00:00
parent 4804e5c299
commit cefa82bacf
1 changed files with 1 additions and 1 deletions

View File

@ -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__))