[Tests] ImageMagick available again
This commit is contained in:
parent
4245709e3d
commit
4765121e3f
|
|
@ -121,8 +121,9 @@ def test_dep_gs(test_dir, caplog, monkeypatch):
|
|||
os.remove(os.path.join(ctx.output_dir, bin_dir, 'gs'))
|
||||
|
||||
|
||||
# @pytest.mark.xfail(True, reason="URL down", run=True, raises=AssertionError)
|
||||
# https://imagemagick.org/archive/binaries/magick
|
||||
@pytest.mark.slow
|
||||
@pytest.mark.xfail(True, reason="URL down", run=True, raises=AssertionError)
|
||||
def test_dep_convert(test_dir, caplog, monkeypatch):
|
||||
""" Check the convert_downloader """
|
||||
# Create a context to get an output directory
|
||||
|
|
|
|||
Loading…
Reference in New Issue