Skip to content

Commit ca584f6

Browse files
authored
Merge pull request #3184 from bsipocz/MAINT_reorder_filters
MAINT: temporary measure to reorder filters
2 parents 2bb3986 + d486fc5 commit ca584f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ remote_data_strict = true
4646
addopts = --color=yes --doctest-rst --doctest-continue-on-failure
4747
filterwarnings =
4848
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
4952
# These are temporary measures, all of these should be fixed:
5053
# -----------------------------------------------------------
5154
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
5455
# Upstream issues in many packages, not clear whether we can do anything about these in astroquery
5556
ignore:unclosed <socket.socket:ResourceWarning
5657
ignore:unclosed <ssl.SSLSocket:ResourceWarning
@@ -85,7 +86,6 @@ filterwarnings =
8586
# SHA module deprecation/defunct
8687
ignore:The upstream SHA API has been changed:UserWarning
8788

88-
8989
markers =
9090
bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"')
9191
noautofixt: disabling fixture autouse

0 commit comments

Comments
 (0)