File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,12 @@ remote_data_strict = true
46
46
addopts = --color =yes --doctest-rst --doctest-continue-on-failure
47
47
filterwarnings =
48
48
error
49
+ # Remove along with astropy-helpers, once we switch to a new versioning scheme
50
+ ignore:Use setlocale:DeprecationWarning
51
+ ignore: ' locale.getdefaultlocale' is deprecated and slated for removal:DeprecationWarning
49
52
# These are temporary measures, all of these should be fixed:
50
53
# -----------------------------------------------------------
51
54
ignore:distutils Version classes are deprecated:DeprecationWarning
52
- # Remove along with astropy-helpers, once we switch to a new versioning scheme
53
- ignore:Use setlocale:DeprecationWarning
54
55
# Upstream issues in many packages, not clear whether we can do anything about these in astroquery
55
56
ignore:unclosed <socket.socket:ResourceWarning
56
57
ignore:unclosed <ssl.SSLSocket:ResourceWarning
@@ -85,7 +86,6 @@ filterwarnings =
85
86
# SHA module deprecation/defunct
86
87
ignore:The upstream SHA API has been changed:UserWarning
87
88
88
-
89
89
markers =
90
90
bigdata: marks tests that are expected to trigger a large download (deselect with ' -m "not bigdata"' )
91
91
noautofixt: disabling fixture autouse
You can’t perform that action at this time.
0 commit comments