Skip to content

Commit

Permalink
ignore DALOverflowWarning in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmcloaiza committed Feb 13, 2025
1 parent 3fa3ebf commit a9108c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"')
Expand Down

0 comments on commit a9108c8

Please sign in to comment.