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):
187187 assert db .list_catalogs_by_url () == db2 .list_catalogs_by_url ()
188188
189189
190+ @pytest .mark .filterwarnings ('ignore' )
190191@pytest .mark .remote_data
191192def test_db_from_registry ():
192193 """Test database created from VO registry.
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ filterwarnings =
5151 ignore::astropy.io.votable.exceptions.W42
5252 ignore::astropy.io.votable.exceptions.W49
5353 ignore::astropy.io.votable.exceptions.W50
54- ignore::astropy.io.votable.exceptions.W55
5554 ignore:leap-second auto-update failed:astropy.utils.exceptions.AstropyWarning
5655 ignore:numpy.ndarray size changed:RuntimeWarning
5756 ignore:OverflowError converting::astropy
You can’t perform that action at this time.
0 commit comments