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 c449fb2 commit 94c2b38
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions 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 @@ -88,8 +87,8 @@ filterwarnings =
ignore:The upstream SHA API has been changed:UserWarning
# CDMS triggers this, but we don't use it directly
ignore: The 'strip_cdata' option of HTMLParser:DeprecationWarning
# Enable TAP-querying a small number of records without raising a pyvo.dal.exceptions.DALOverflowWarning
ignore:Partial result set. Potential causes MAXREC, async storage space, etc.:pyvo.dal.exceptions.DALOverflowWarning
# TAP triggers DALOverflowWarning 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 94c2b38

Please sign in to comment.