From d486fc5073729e1554316740d4377872da008355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Thu, 16 Jan 2025 12:39:35 -0800 Subject: [PATCH] MAINT: temporary measure to reorder filters --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2f1fb6896e..7f008e445f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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