Commit 1374a3eb authored by Ezio Melotti's avatar Ezio Melotti

Fix test_descr.

parent fc521498
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment