From 8d453ed99874db8b804248ea91dbb4919a89e40b Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sat, 10 Feb 2024 19:52:36 +0300 Subject: [PATCH] gh-115254: Fix `test_property` with `-00` mode --- Lib/test/test_property.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_property.py b/Lib/test/test_property.py index c12c908d2ee32d..8ace9fd17ab96e 100644 --- a/Lib/test/test_property.py +++ b/Lib/test/test_property.py @@ -224,6 +224,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.