File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ filterwarnings =
62
62
ignore:FITS files must be read as binaries:astroquery.exceptions.InputWarning
63
63
# utils.commons.parse_coordinates, we should remove its usage:
64
64
ignore:Coordinate string is being interpreted as an ICRS coordinate:astroquery.exceptions.InputWarning
65
- ignore:Partial result set. Potential causes MAXREC, async storage space, etc:pyvo.dal.exceptions.DALOverflowWarning
66
65
ignore:Coordinate string is being interpreted as an ICRS coordinate:UserWarning
67
66
# To be removed with a fix for https://github.com/astropy/astroquery/issues/2242
68
67
ignore::astropy.io.votable.exceptions.E02
@@ -88,8 +87,8 @@ filterwarnings =
88
87
ignore:The upstream SHA API has been changed:UserWarning
89
88
# CDMS triggers this, but we don't use it directly
90
89
ignore: The ' strip_cdata' option of HTMLParser:DeprecationWarning
91
- # Enable TAP-querying a small number of records without raising a pyvo.dal.exceptions.DALOverflowWarning
92
- ignore:Partial result set. Potential causes MAXREC, async storage space, etc. :pyvo.dal.exceptions.DALOverflowWarning
90
+ # TAP triggers DALOverflowWarning when the maxrec of the queries is set
91
+ ignore:Partial result set:pyvo.dal.exceptions.DALOverflowWarning
93
92
94
93
markers =
95
94
bigdata: marks tests that are expected to trigger a large download (deselect with ' -m "not bigdata"' )
You can’t perform that action at this time.
0 commit comments