From b3e117ea804364ba98bd9cdf6517ffca55fdc95e Mon Sep 17 00:00:00 2001 From: Matt Craig Date: Mon, 7 Oct 2024 16:47:35 -0500 Subject: [PATCH] Mark a test remote-data --- stellarphot/tests/test_core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stellarphot/tests/test_core.py b/stellarphot/tests/test_core.py index 8bff9c91..60590e53 100644 --- a/stellarphot/tests/test_core.py +++ b/stellarphot/tests/test_core.py @@ -1203,6 +1203,7 @@ def test_to_lightcurve(simple_photometry_data, target_by, target_star_id): assert (lc["star_id"] == target_star_id).all() +@pytest.mark.remote_data def test_to_lightcurve_from_name(simple_photometry_data): # Make a few more rows of data, changing only date_obs, then update the BJD delta_t = 3 * u.minute