diff --git a/setup.cfg b/setup.cfg index 8b8db7d577..9c47d5d1a5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,7 +62,6 @@ filterwarnings = ignore:FITS files must be read as binaries:astroquery.exceptions.InputWarning # utils.commons.parse_coordinates, we should remove its usage: ignore:Coordinate string is being interpreted as an ICRS coordinate:astroquery.exceptions.InputWarning - ignore:Partial result set. Potential causes MAXREC, async storage space, etc:pyvo.dal.exceptions.DALOverflowWarning ignore:Coordinate string is being interpreted as an ICRS coordinate:UserWarning # To be removed with a fix for https://github.com/astropy/astroquery/issues/2242 ignore::astropy.io.votable.exceptions.E02 @@ -86,6 +85,8 @@ filterwarnings = ignore:numpy.core:DeprecationWarning # SHA module deprecation/defunct ignore:The upstream SHA API has been changed:UserWarning +# DALOverflowWarning appears very frequently when the maxrec of the queries is set + ignore:Partial result set:pyvo.dal.exceptions.DALOverflowWarning markers = bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"')