From: Serhiy Storchaka Date: Sun, 26 Dec 2021 10:37:39 +0000 (+0200) Subject: [3.10] Remove a NEWS entry for bpo-45878 (GH-30258) X-Git-Tag: v3.10.2~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11909c12c75a7f377460561abc97707a4006fc07;p=thirdparty%2FPython%2Fcpython.git [3.10] Remove a NEWS entry for bpo-45878 (GH-30258) The docs linter complains about it, and in general news entries for such changes are not required. --- 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 index fca90ef46981..000000000000 --- a/Misc/NEWS.d/next/Tests/2021-11-23-12-36-21.bpo-45878.eOs_Mp.rst +++ /dev/null @@ -1,2 +0,0 @@ -Test ``Lib/ctypes/test/test_functions.py::test_mro`` now uses -``self.assertRaises`` instead of ``try/except``.