Skip to content

Commit

Permalink
WIP: try transposing decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Mar 12, 2020
1 parent 045ec8f commit c17581c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astropy/visualization/wcsaxes/tests/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,8 @@ def test_time_wcs(time_spectral_wcs_2d):
plt.subplot(projection=time_spectral_wcs_2d)


@pytest.mark.skipif('MATPLOTLIB_LT_21')
@ignore_matplotlibrc
@pytest.mark.skipif('MATPLOTLIB_LT_21')
def test_simplify_labels_usetex(tmpdir):
"""Regression test for https://github.com/astropy/astropy/issues/8004."""
plt.rc('text', usetex=True)
Expand Down

0 comments on commit c17581c

Please sign in to comment.