Skip to content

Commit 8ac4698

Browse files
committed
Removed blanket W55 ignore for astropy<4.1
1 parent 0bfbb66 commit 8ac4698

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

astroquery/vo_conesearch/tests/test_vos_catalog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
191192
def test_db_from_registry():
192193
"""Test database created from VO registry.

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)