Skip to content
Snippets Groups Projects
Commit bbcf367c authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Ensure that 'convert' is from Imagemagick 6.x; we will need to update a few...

Ensure that 'convert' is from Imagemagick 6.x; we will need to update a few things with IM7. (Closes: #384)
parent 037bdcbb
No related branches found
No related tags found
No related merge requests found
Pipeline #704799 failed
......@@ -82,6 +82,9 @@ def test_diff_meta(differences_meta):
assert_diff(differences_meta[-1], "jpeg_image_meta_expected_diff")
@skip_unless_tool_is_between(
"convert", lambda: imagemagick_version("convert"), "6.9.6", "7.0.0"
)
@skip_unless_tools_exist("img2txt", "convert", "identify")
def test_has_visuals(monkeypatch, image1, image2):
monkeypatch.setattr(Config(), "compute_visual_diffs", True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment