mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
bpo-31043: fixed test_datetime run twice. (GH-2891)
This commit is contained in:
parent
2db64823c2
commit
ede9084476
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue