mirror of https://github.com/python/cpython
Fix test_descr.
This commit is contained in:
parent
fc521498bb
commit
1374a3eb9c
|
@ -4436,7 +4436,6 @@ def test_main():
|
||||||
with test_support._check_py3k_warnings(
|
with test_support._check_py3k_warnings(
|
||||||
("classic (int|long) division", DeprecationWarning),
|
("classic (int|long) division", DeprecationWarning),
|
||||||
("coerce.. not supported", DeprecationWarning),
|
("coerce.. not supported", DeprecationWarning),
|
||||||
("Overriding __cmp__ ", DeprecationWarning),
|
|
||||||
(".+__(get|set|del)slice__ has been removed", DeprecationWarning)):
|
(".+__(get|set|del)slice__ has been removed", DeprecationWarning)):
|
||||||
# Run all local test cases, with PTypesLongInitTest first.
|
# Run all local test cases, with PTypesLongInitTest first.
|
||||||
test_support.run_unittest(PTypesLongInitTest, OperatorsTest,
|
test_support.run_unittest(PTypesLongInitTest, OperatorsTest,
|
||||||
|
|
Loading…
Reference in New Issue