Skip to content

Commit 6d1dd20

Browse files
committed
Ignoring deprecation coming from astropy <5
1 parent d9a31e6 commit 6d1dd20

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
@@ -57,6 +57,8 @@ filterwarnings =
5757
# Upstream, remove when fixed, PRs have been opened
5858
ignore::DeprecationWarning:pyvo
5959
ignore::DeprecationWarning:regions
60+
# Should ignore these for astropy<5.0
61+
ignore:getName|currentThread:DeprecationWarning:astropy
6062
# This should be cleared once we requre astropy>=4.1
6163
ignore:tostring\(\) is deprecated. Use tobytes:DeprecationWarning:astropy
6264
markers =

0 commit comments

Comments
 (0)