Skip to content

Commit 7f2a19e

Browse files
[3.11] gh-115254: Fix test_property with -00 mode (GH-115255) (#115262)
(cherry picked from commit b70a68f) Co-authored-by: Nikita Sobolev <[email protected]>
1 parent f4146a2 commit 7f2a19e

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
@@ -242,6 +242,7 @@ class PropertySubSlots(property):
242242

243243
class PropertySubclassTests(unittest.TestCase):
244244

245+
@support.requires_docstrings
245246
def test_slots_docstring_copy_exception(self):
246247
try:
247248
class Foo(object):

0 commit comments

Comments
 (0)