Skip to content

Commit a18691d

Browse files
committed
ignore DALOverflowWarning in setup.cfg
1 parent 469c9f6 commit a18691d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ filterwarnings =
6262
ignore:FITS files must be read as binaries:astroquery.exceptions.InputWarning
6363
# utils.commons.parse_coordinates, we should remove its usage:
6464
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
6665
ignore:Coordinate string is being interpreted as an ICRS coordinate:UserWarning
6766
# To be removed with a fix for https://github.com/astropy/astroquery/issues/2242
6867
ignore::astropy.io.votable.exceptions.E02
@@ -86,6 +85,8 @@ filterwarnings =
8685
ignore:numpy.core:DeprecationWarning
8786
# SHA module deprecation/defunct
8887
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
8990

9091
markers =
9192
bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"')

0 commit comments

Comments
 (0)