summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-05-17 16:28:13 -0700
committerGitHub <noreply@github.com>2022-05-17 16:28:13 -0700
commit7964eff483c8517e593ddc573befa8d53186d8fc (patch)
tree5b0a8476a31328fa96b4d3ec66757cccf9943617
parentd980babae45cf72b88beda95534dbfcb2514c45f (diff)
downloadnumpydoc-7964eff483c8517e593ddc573befa8d53186d8fc.tar.gz
Remove old warning filters (#398)
-rw-r--r--setup.cfg4
1 files changed, 0 insertions, 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