From 7964eff483c8517e593ddc573befa8d53186d8fc Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Tue, 17 May 2022 16:28:13 -0700 Subject: Remove old warning filters (#398) --- setup.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1e9d2d6..a1f5220 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,3 @@ addopts = --showlocals --doctest-modules -ra --cov-report= --cov=numpydoc --junit-xml=junit-results.xml --ignore=doc/ junit_family = xunit2 -filterwarnings = - ignore:'U' mode is deprecated:DeprecationWarning - ignore:.*sphinx\.util\.smartypants is deprecated.*: - ignore:Using or importing the ABCs.*:DeprecationWarning -- cgit v1.2.1