bump version for pyvips stream test
This commit is contained in:
parent
4804e5c299
commit
cefa82bacf
|
@ -19,7 +19,7 @@ class TestStream:
|
||||||
@classmethod
|
@classmethod
|
||||||
def setup_class(cls):
|
def setup_class(cls):
|
||||||
# for now, only run these tests if we have the stream pyvips installed
|
# 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 {}"
|
pytest.skip("tests cannot run with pyvips {}"
|
||||||
.format(pyvips.__version__))
|
.format(pyvips.__version__))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue