Skip to content

Commit c82fe72

Browse files
committed
Fix warning error
1 parent ad26680 commit c82fe72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

astroquery/nasa_exoplanet_archive/tests/test_nasa_exoplanet_archive.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ def test_backwards_compat(patch_get):
171171
assert "replaced" in str(error)
172172

173173

174-
@pytest.mark.filterwarnings("error")
175174
@pytest.mark.parametrize("table,query", API_TABLES)
176175
def test_api_tables(patch_get, table, query):
177176
NasaExoplanetArchiveMock = NasaExoplanetArchiveClass()

0 commit comments

Comments
 (0)