Skip to content

Commit

Permalink
pythongh-115254: Fix test_property with -00 mode (pythonGH-115255)
Browse files Browse the repository at this point in the history
(cherry picked from commit b70a68f)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
  • Loading branch information
sobolevn authored and miss-islington committed Feb 10, 2024
1 parent a5f49ce commit b243496
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 @@ -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.
Expand Down

0 comments on commit b243496

Please sign in to comment.