From 5309b7ef5bcad2934ac8f26f34110cbf0a44fff9 Mon Sep 17 00:00:00 2001 From: Ricky O'Steen Date: Wed, 25 Oct 2023 15:40:06 -0400 Subject: [PATCH] Remove warning filters that are no longer needed for testing --- pyproject.toml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ef5b9630c5..988d832fb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,26 +127,12 @@ text_file_format = "rst" addopts = "--doctest-rst --import-mode=append" filterwarnings = [ "error", - "ignore:numpy\\.ufunc size changed:RuntimeWarning", "ignore:numpy\\.ndarray size changed:RuntimeWarning", - "ignore:distutils Version classes are deprecated:DeprecationWarning", "ignore:Passing unrecognized arguments to super:DeprecationWarning", "ignore:.*With traitlets 4\\.1, metadata should be set using the \\.tag\\(\\) method:DeprecationWarning", - "ignore:Widget.* is deprecated:DeprecationWarning", - "ignore:zmq\\.eventloop\\.ioloop is deprecated in pyzmq:DeprecationWarning", "ignore:The unit 'Angstrom' has been deprecated in the VOUnit standard\\. Suggested.* 0\\.1nm\\.", - "ignore:specutils uses the deprecated entry point asdf_extensions", "ignore:((.|\n)*)Sentinel is not a public part of the traitlets API((.|\n)*)", - "ignore:datetime\\.datetime\\.utcfromtimestamp:DeprecationWarning", # asdf + dateutil<=2.8.2 + Python 3.12 "ignore::DeprecationWarning:glue", - "ignore::DeprecationWarning:bqplot", - "ignore::DeprecationWarning:bqplot_image_gl", - "ignore::DeprecationWarning:bqscales", - "ignore::DeprecationWarning:traittypes", - "ignore::DeprecationWarning:voila", - "ignore::DeprecationWarning:asteval", - "ignore::DeprecationWarning:dask", - "ignore::FutureWarning:asteval", "ignore:::specutils.spectra.spectrum1d", # Ignore numpy 2.0 warning, see https://github.com/astropy/astropy/pull/15495 # and https://github.com/scipy/scipy/pull/19275