Skip to content

Commit b70a68f

Browse files
authored
gh-115254: Fix test_property with -00 mode (#115255)
1 parent 3a5b38e commit b70a68f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_property.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ class PropertySubSlots(property):
224224

225225
class PropertySubclassTests(unittest.TestCase):
226226

227+
@support.requires_docstrings
227228
def test_slots_docstring_copy_exception(self):
228229
# A special case error that we preserve despite the GH-98963 behavior
229230
# that would otherwise silently ignore this error.

0 commit comments

Comments
 (0)