File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
astroquery/vo_conesearch/tests Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ def test_write_json(tmpdir):
187
187
assert db .list_catalogs_by_url () == db2 .list_catalogs_by_url ()
188
188
189
189
190
+ @pytest .mark .filterwarnings ('ignore' )
190
191
@pytest .mark .remote_data
191
192
def test_db_from_registry ():
192
193
"""Test database created from VO registry.
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ filterwarnings =
51
51
ignore::astropy.io.votable.exceptions.W42
52
52
ignore::astropy.io.votable.exceptions.W49
53
53
ignore::astropy.io.votable.exceptions.W50
54
- ignore::astropy.io.votable.exceptions.W55
55
54
ignore:leap-second auto-update failed:astropy.utils.exceptions.AstropyWarning
56
55
ignore:numpy.ndarray size changed:RuntimeWarning
57
56
ignore:OverflowError converting::astropy
You can’t perform that action at this time.
0 commit comments