aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_datetime.py
diff options
context:
space:
mode:
authorUtkarsh Upadhyay <mail@musicallyut.in>2017-07-26 12:46:17 +0200
committerINADA Naoki <methane@users.noreply.github.com>2017-07-26 19:46:17 +0900
commitede9084476f88f5a86c7eaaac33cdd938e4cce93 (patch)
tree7e5707f28f36360e06f8f6df1c46f0441d4991b4 /Lib/test/test_datetime.py
parent2db64823c20538a6cfc6033661fab5711d2d4585 (diff)
downloadcpython-ede9084476f88f5a86c7eaaac33cdd938e4cce93.tar.gz
cpython-ede9084476f88f5a86c7eaaac33cdd938e4cce93.zip
bpo-31043: fixed test_datetime run twice. (GH-2891)
Diffstat (limited to 'Lib/test/test_datetime.py')
-rw-r--r--Lib/test/test_datetime.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_datetime.py b/Lib/test/test_datetime.py
index bb22871f2b1..d659f369d54 100644
--- a/Lib/test/test_datetime.py
+++ b/Lib/test/test_datetime.py
@@ -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)