Commit ede90844 authored by Utkarsh Upadhyay's avatar Utkarsh Upadhyay Committed by INADA Naoki

bpo-31043: fixed test_datetime run twice. (GH-2891)

parent 2db64823
......@@ -50,8 +50,6 @@ for module, suffix in zip(test_modules, test_suffixes):
cls.tearDownClass = tearDownClass
all_test_classes.extend(test_classes)
all_test_classes.extend(test_classes)
def test_main():
run_unittest(*all_test_classes)
......
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