From ba8924bfbcbe147897999aab7bc9b842a771bdc0 2020-10-26 17:32:41 From: Matthias Bussonnier Date: 2020-10-26 17:32:41 Subject: [PATCH] reorder decorators --- diff --git a/IPython/lib/tests/test_latextools.py b/IPython/lib/tests/test_latextools.py index 75d1468..794688c 100644 --- a/IPython/lib/tests/test_latextools.py +++ b/IPython/lib/tests/test_latextools.py @@ -33,9 +33,9 @@ def no_op(*args, **kwargs): yield +@skip_iptest_but_not_pytest @onlyif_cmds_exist("latex", "dvipng") @pytest.mark.parametrize("s, wrap", [(u"$$x^2$$", False), (u"x^2", True)]) -@skip_iptest_but_not_pytest def test_latex_to_png_dvipng_runs(s, wrap): """ Test that latex_to_png_dvipng just runs without error.