Skip to content

Commit

Permalink
fix(test): Remove DRAGONS pytest mark
Browse files Browse the repository at this point in the history
  • Loading branch information
teald committed Jan 13, 2025
1 parent f2afa04 commit b7bb13c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_wcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ def test_loglinear_axis(NIRI_IMAGE, tmp_path, monkeypatch):
assert_allclose(ad2[0].wcs(2, 200, 300), new_coords)

@pytest.mark.skip(reason="Requires external test data.")
@pytest.mark.preprocessed_data
def test_tabular1D_axis(tmp_path, monkeypatch):
"""Check a FITS file with a tabular 1D axis is read correctly and
then rewritten to disk and read back in"""
Expand Down

0 comments on commit b7bb13c

Please sign in to comment.