summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-05-15 16:06:23 (GMT)
committerGitHub <noreply@github.com>2020-05-15 16:06:23 (GMT)
commit6e57237faf0da8904e0130a11350cae3c5062b82 (patch)
treed5fcadc48c30c7db5b9e2e2a9699c2b794c94f51 /Misc/NEWS.d/next/Tests
parent003708bcf8f2c58d4b65f68318acf164d713e008 (diff)
downloadcpython-6e57237faf0da8904e0130a11350cae3c5062b82.zip
cpython-6e57237faf0da8904e0130a11350cae3c5062b82.tar.gz
cpython-6e57237faf0da8904e0130a11350cae3c5062b82.tar.bz2
bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095)
distutils.tests now saves/restores warnings filters to leave them unchanged. Importing tests imports docutils which imports pkg_resources which adds a warnings filter.
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
-rw-r--r--Misc/NEWS.d/next/Tests/2020-05-15-01-21-44.bpo-40055.Xp4aP9.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2020-05-15-01-21-44.bpo-40055.Xp4aP9.rst b/Misc/NEWS.d/next/Tests/2020-05-15-01-21-44.bpo-40055.Xp4aP9.rst
new file mode 100644
index 0000000..edb0118
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2020-05-15-01-21-44.bpo-40055.Xp4aP9.rst
@@ -0,0 +1,3 @@
+distutils.tests now saves/restores warnings filters to leave them unchanged.
+Importing tests imports docutils which imports pkg_resources which adds a
+warnings filter.