Skip to content

Commit

Permalink
gh-115254: Fix test_property with -00 mode (#115255)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Feb 10, 2024
1 parent 3a5b38e commit b70a68f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_property.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b70a68f

Please sign in to comment.