From 1ca6538e0d2ad4e5ebe5e51f2c7f436242e9f99f Mon Sep 17 00:00:00 2001 From: Will Barnes Date: Fri, 5 Apr 2024 09:38:09 -0400 Subject: [PATCH] don't mark fixtures --- sunkit_instruments/fermi/tests/test_fermi.py | 1 - sunkit_instruments/suvi/tests/conftest.py | 3 --- 2 files changed, 4 deletions(-) diff --git a/sunkit_instruments/fermi/tests/test_fermi.py b/sunkit_instruments/fermi/tests/test_fermi.py index 74c388ae..09643668 100644 --- a/sunkit_instruments/fermi/tests/test_fermi.py +++ b/sunkit_instruments/fermi/tests/test_fermi.py @@ -15,7 +15,6 @@ def test_download_weekly_pointing_file(): assert afile.endswith(".fits") -@pytest.mark.remote_data @pytest.fixture def pointing_file(): # set a test date diff --git a/sunkit_instruments/suvi/tests/conftest.py b/sunkit_instruments/suvi/tests/conftest.py index 052511b5..e4f17158 100644 --- a/sunkit_instruments/suvi/tests/conftest.py +++ b/sunkit_instruments/suvi/tests/conftest.py @@ -5,7 +5,6 @@ @pytest.fixture(scope="session") -@pytest.mark.remote_data def L1B_FITS(): downloader = Downloader() url = "https://data.ngdc.noaa.gov/platforms/solar-space-observing-satellites/goes/goes16/l1b/suvi-l1b-fe171/2021/12/31/OR_SUVI-L1b-Fe171_G16_s20213650006108_e20213650006118_c20213650006321.fits.gz" @@ -16,7 +15,6 @@ def L1B_FITS(): @pytest.fixture(scope="session") -@pytest.mark.remote_data def L1B_NC(): downloader = Downloader() url = "https://noaa-goes16.s3.amazonaws.com/SUVI-L1b-Fe171/2021/365/00/OR_SUVI-L1b-Fe171_G16_s20213650022109_e20213650022119_c20213650022323.nc" @@ -27,7 +25,6 @@ def L1B_NC(): @pytest.fixture(scope="session") -@pytest.mark.remote_data def L2_COMPOSITE(): downloader = Downloader() url = "https://data.ngdc.noaa.gov/platforms/solar-space-observing-satellites/goes/goes16/l2/data/suvi-l2-ci171/2021/12/31/dr_suvi-l2-ci171_g16_s20211231T000800Z_e20211231T001200Z_v1-0-1.fits"