We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0c091 commit e480901Copy full SHA for e480901
setup.cfg
@@ -41,6 +41,8 @@ filterwarnings =
41
ignore:distutils Version classes are deprecated:DeprecationWarning
42
# Remove along with astropy-helpers, once we switch to a new versioning scheme
43
ignore:Use setlocale:DeprecationWarning
44
+# Remove with fix for https://github.com/astropy/astroquery/issues/2628
45
+ ignore:\'cgi\' is deprecated and:DeprecationWarning
46
# Upstream issues in many packages, not clear whether we can do anything about these in astroquery
47
ignore:unclosed <socket.socket:ResourceWarning
48
ignore:unclosed <ssl.SSLSocket:ResourceWarning
0 commit comments