Skip to content

Commit 70ee559

Browse files
committed
Ignore warning from astropy.io.votable for <v4.1
1 parent 8754660 commit 70ee559

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ filterwarnings =
5656
# Upstream, remove when fixed, PRs have been opened
5757
ignore::DeprecationWarning:pyvo
5858
ignore::DeprecationWarning:regions
59+
# This should be cleared once we requre astropy>=4.1
60+
ignore:tostring\(\) is deprecated. Use tobytes:DeprecationWarning:astropy
5961
markers =
6062
bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"')
6163

0 commit comments

Comments
 (0)