Skip to content

Commit 6be3e41

Browse files
committed
MAINT: ignoring more socket related ResourceWarnings as we cannot really do much about them
1 parent 31842df commit 6be3e41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@ remote_data_strict = true
3636
addopts = --color=yes --doctest-rst
3737
filterwarnings =
3838
error
39-
## These are temporary measures, all of these should be fixed:
39+
# These are temporary measures, all of these should be fixed:
40+
# -----------------------------------------------------------
4041
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
4144
ignore:unclosed <ssl.SSLSocket:ResourceWarning
4245
# Various VO warnings from vo_conesearch
4346
ignore::astropy.io.votable.exceptions.W21

0 commit comments

Comments
 (0)