We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c14f07 commit 78a85a3Copy full SHA for 78a85a3
Lib/test/test_capi.py
@@ -645,6 +645,7 @@ def test_pytype_fromspec_with_repeated_slots(self):
645
with self.assertRaises(SystemError):
646
_testcapi.create_type_from_repeated_slots(variant)
647
648
+ @warnings_helper.ignore_warnings(category=DeprecationWarning)
649
def test_immutable_type_with_mutable_base(self):
650
# Add deprecation warning here so it's removed in 3.14
651
warnings._deprecated(
0 commit comments