Skip to content

Commit 94c2b38

Browse files
committed
ignore DALOverflowWarning in setup.cfg
1 parent c449fb2 commit 94c2b38

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.cfg

Lines changed: 2 additions & 3 deletions
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
@@ -88,8 +87,8 @@ filterwarnings =
8887
ignore:The upstream SHA API has been changed:UserWarning
8988
# CDMS triggers this, but we don't use it directly
9089
ignore: The 'strip_cdata' option of HTMLParser:DeprecationWarning
91-
# Enable TAP-querying a small number of records without raising a pyvo.dal.exceptions.DALOverflowWarning
92-
ignore:Partial result set. Potential causes MAXREC, async storage space, etc.:pyvo.dal.exceptions.DALOverflowWarning
90+
# TAP triggers DALOverflowWarning when the maxrec of the queries is set
91+
ignore:Partial result set:pyvo.dal.exceptions.DALOverflowWarning
9392

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

0 commit comments

Comments
 (0)