diff --git a/tests/test_plot/test_dep_downloader.py b/tests/test_plot/test_dep_downloader.py index 2c5da7a0..c4bc6a13 100644 --- a/tests/test_plot/test_dep_downloader.py +++ b/tests/test_plot/test_dep_downloader.py @@ -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