Skip to content

Commit

Permalink
Merge pull request astropy#3184 from bsipocz/MAINT_reorder_filters
Browse files Browse the repository at this point in the history
MAINT: temporary measure to reorder filters
  • Loading branch information
keflavich authored Jan 16, 2025
2 parents 2bb3986 + d486fc5 commit ca584f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ remote_data_strict = true
addopts = --color=yes --doctest-rst --doctest-continue-on-failure
filterwarnings =
error
# Remove along with astropy-helpers, once we switch to a new versioning scheme
ignore:Use setlocale:DeprecationWarning
ignore: 'locale.getdefaultlocale' is deprecated and slated for removal:DeprecationWarning
# These are temporary measures, all of these should be fixed:
# -----------------------------------------------------------
ignore:distutils Version classes are deprecated:DeprecationWarning
# Remove along with astropy-helpers, once we switch to a new versioning scheme
ignore:Use setlocale:DeprecationWarning
# Upstream issues in many packages, not clear whether we can do anything about these in astroquery
ignore:unclosed <socket.socket:ResourceWarning
ignore:unclosed <ssl.SSLSocket:ResourceWarning
Expand Down Expand Up @@ -85,7 +86,6 @@ filterwarnings =
# SHA module deprecation/defunct
ignore:The upstream SHA API has been changed:UserWarning


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

0 comments on commit ca584f6

Please sign in to comment.