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