Skip to content

Commit e480901

Browse files
committed
MAINT: ignore cgi deprecation for now
1 parent be0c091 commit e480901

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
@@ -41,6 +41,8 @@ filterwarnings =
4141
ignore:distutils Version classes are deprecated:DeprecationWarning
4242
# Remove along with astropy-helpers, once we switch to a new versioning scheme
4343
ignore:Use setlocale:DeprecationWarning
44+
# Remove with fix for https://github.com/astropy/astroquery/issues/2628
45+
ignore:\'cgi\' is deprecated and:DeprecationWarning
4446
# Upstream issues in many packages, not clear whether we can do anything about these in astroquery
4547
ignore:unclosed <socket.socket:ResourceWarning
4648
ignore:unclosed <ssl.SSLSocket:ResourceWarning

0 commit comments

Comments
 (0)