From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 11 Feb 2024 07:59:37 +0000 (+0100) Subject: [3.12] gh-115254: Fix `test_property` with `-00` mode (GH-115255) (#115261) X-Git-Tag: v3.12.3~308 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f036b357b267876ee3a27521e8042cf936843375;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-115254: Fix `test_property` with `-00` mode (GH-115255) (#115261) gh-115254: Fix `test_property` with `-00` mode (GH-115255) (cherry picked from commit b70a68fbd6b72a25b5ef430603e39c9e40f40d29) Co-authored-by: Nikita Sobolev --- diff --git a/Lib/test/test_property.py b/Lib/test/test_property.py index 45aa9e51c06d..3b2af50f8361 100644 --- a/Lib/test/test_property.py +++ b/Lib/test/test_property.py @@ -245,6 +245,7 @@ class PropertySubSlots(property): class PropertySubclassTests(unittest.TestCase): + @support.requires_docstrings def test_slots_docstring_copy_exception(self): # A special case error that we preserve despite the GH-98963 behavior # that would otherwise silently ignore this error.