Skip to content

Commit

Permalink
Hack around oldestdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Sep 12, 2022
1 parent 858a0e9 commit 5bc903d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dkist/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ def small_visp_dataset():
This fixture is used to test when the array in the FITS file has a length
one NAXIS 3.
"""
# This asdf file wont work with sunpy less than 4
pytest.importorskip("sunpy", "4.0.0")

# This dataset was generated by the following code:
# from dkist_data_simulator.spec214.visp import SimpleVISPDataset
Expand Down

0 comments on commit 5bc903d

Please sign in to comment.