File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
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
@@ -86,6 +85,8 @@ filterwarnings =
86
85
ignore:numpy.core:DeprecationWarning
87
86
# SHA module deprecation/defunct
88
87
ignore:The upstream SHA API has been changed:UserWarning
88
+ # DALOverflowWarning appears very frequently when the maxrec of the queries is set
89
+ ignore:Partial result set:pyvo.dal.exceptions.DALOverflowWarning
89
90
90
91
markers =
91
92
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