summaryrefslogtreecommitdiff
path: root/tests/runtests.py
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2023-09-04 12:13:10 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-09-04 22:30:45 +0200
commit6c6606aa014862f1a5c112d688d5e91c0cd9a8d8 (patch)
tree65abd16e93b5782cc3fc2960583e1fa3d03bed9c /tests/runtests.py
parentdc89380c8a4371d3d9b38a99c87a3de63bdb493f (diff)
Refs #34233 -- Bumped minimum supported version of docutils to 0.19.
Diffstat (limited to 'tests/runtests.py')
-rwxr-xr-xtests/runtests.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/runtests.py b/tests/runtests.py
index 2ea27b88c2..7daffed898 100755
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -50,10 +50,6 @@ warnings.simplefilter("error", RemovedInDjango51Warning)
# patterns.
warnings.simplefilter("error", ResourceWarning)
warnings.simplefilter("error", RuntimeWarning)
-# Ignore known warnings in test dependencies.
-warnings.filterwarnings(
- "ignore", "'U' mode is deprecated", DeprecationWarning, module="docutils.io"
-)
# Reduce garbage collection frequency to improve performance. Since CPython
# uses refcounting, garbage collection only collects objects with cyclic