Skip to content

Commit a55debd

Browse files
committed
Marked new test remote.
1 parent dbd7b92 commit a55debd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astroquery/splatalogue/tests/test_splatalogue.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from ... import splatalogue
33
from ...utils.testing_tools import MockResponse
44
from astropy import units as u
5-
from astropy.tests.helper import pytest
5+
from astropy.tests.helper import pytest, remote_data
66
import requests
77
import os
88

@@ -101,6 +101,7 @@ def test_band_crashorno():
101101

102102

103103
# regression test : version selection should work
104+
@remote_data
104105
def test_version_selection():
105106
results = splatalogue.Splatalogue.query_lines(
106107
min_frequency= 703*u.GHz,

0 commit comments

Comments
 (0)