]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.9] Remove a NEWS entry for bpo-45878 (GH-30258) (GH-30260)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 26 Dec 2021 11:25:49 +0000 (03:25 -0800)
committerGitHub <noreply@github.com>
Sun, 26 Dec 2021 11:25:49 +0000 (13:25 +0200)
The docs linter complains about it, and in general news entries for such changes are not required.
(cherry picked from commit 11909c12c75a7f377460561abc97707a4006fc07)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Misc/NEWS.d/next/Tests/2021-11-23-12-36-21.bpo-45878.eOs_Mp.rst [deleted file]

diff --git a/Misc/NEWS.d/next/Tests/2021-11-23-12-36-21.bpo-45878.eOs_Mp.rst b/Misc/NEWS.d/next/Tests/2021-11-23-12-36-21.bpo-45878.eOs_Mp.rst
deleted file mode 100644 (file)
index fca90ef..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Test ``Lib/ctypes/test/test_functions.py::test_mro`` now uses
-``self.assertRaises`` instead of ``try/except``.