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 31842df commit 6be3e41Copy full SHA for 6be3e41
setup.cfg
@@ -36,8 +36,11 @@ remote_data_strict = true
36
addopts = --color=yes --doctest-rst
37
filterwarnings =
38
error
39
-## These are temporary measures, all of these should be fixed:
+# These are temporary measures, all of these should be fixed:
40
+# -----------------------------------------------------------
41
ignore:distutils Version classes are deprecated:DeprecationWarning
42
+# Upstream issues in many packages, not clear whether we can do anything about these in astroquery
43
+ ignore:unclosed <socket.socket:ResourceWarning
44
ignore:unclosed <ssl.SSLSocket:ResourceWarning
45
# Various VO warnings from vo_conesearch
46
ignore::astropy.io.votable.exceptions.W21
0 commit comments