summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2021-08-17 10:01:00 (GMT)
committerGitHub <noreply@github.com>2021-08-17 10:01:00 (GMT)
commitbc98f981326d7cb30f939dedd04b91f378255d88 (patch)
treed4897d6c85fc9cc5626b91ec0f73d49b1c6ed62a /Misc
parent6f6648e436d02bce0e49ba82f4377c0d2f586f0f (diff)
downloadcpython-bc98f981326d7cb30f939dedd04b91f378255d88.zip
cpython-bc98f981326d7cb30f939dedd04b91f378255d88.tar.gz
cpython-bc98f981326d7cb30f939dedd04b91f378255d88.tar.bz2
[3.10] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634) (GH-27784)
(cherry picked from commit a0a6d39295a30434b088f4b66439bf5ea21a3e4e) Co-authored-by: Łukasz Langa <lukasz@langa.pl>
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.