diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index 2de1d133e35..6d76214e378 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py @@ -4436,7 +4436,6 @@ def test_main(): with test_support._check_py3k_warnings( ("classic (int|long) division", DeprecationWarning), ("coerce.. not supported", DeprecationWarning), - ("Overriding __cmp__ ", DeprecationWarning), (".+__(get|set|del)slice__ has been removed", DeprecationWarning)): # Run all local test cases, with PTypesLongInitTest first. test_support.run_unittest(PTypesLongInitTest, OperatorsTest,