summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorƁukasz Langa <lukasz@langa.pl>2021-08-16 18:13:51 (GMT)
committerGitHub <noreply@github.com>2021-08-16 18:13:51 (GMT)
commita0a6d39295a30434b088f4b66439bf5ea21a3e4e (patch)
tree08b366841c38162dfd67de19bd289bd931712d5a /Misc
parent4f51fa9e2d3ea9316e674fb9a9f3e3112e83661c (diff)
downloadcpython-a0a6d39295a30434b088f4b66439bf5ea21a3e4e.zip
cpython-a0a6d39295a30434b088f4b66439bf5ea21a3e4e.tar.gz
cpython-a0a6d39295a30434b088f4b66439bf5ea21a3e4e.tar.bz2
bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2021-08-06-18-36-04.bpo-44852.sUL8YX.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2021-08-06-18-36-04.bpo-44852.sUL8YX.rst b/Misc/NEWS.d/next/Tests/2021-08-06-18-36-04.bpo-44852.sUL8YX.rst
new file mode 100644
index 0000000..41b5c2f
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2021-08-06-18-36-04.bpo-44852.sUL8YX.rst
@@ -0,0 +1,2 @@
+Add ability to wholesale silence DeprecationWarnings while running the
+regression test suite.