gh-115254: Fix `test_property` with `-00` mode (#115255)

This commit is contained in:
Nikita Sobolev 2024-02-11 00:51:05 +03:00 committed by GitHub
parent 3a5b38e3b4
commit b70a68fbd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ class PropertySubSlots(property):
class PropertySubclassTests(unittest.TestCase): class PropertySubclassTests(unittest.TestCase):
@support.requires_docstrings
def test_slots_docstring_copy_exception(self): def test_slots_docstring_copy_exception(self):
# A special case error that we preserve despite the GH-98963 behavior # A special case error that we preserve despite the GH-98963 behavior
# that would otherwise silently ignore this error. # that would otherwise silently ignore this error.