[issue31043] Tests running twice.

2017-07-26 Thread INADA Naoki
Changes by INADA Naoki : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-li

[issue31043] Tests running twice.

2017-07-26 Thread INADA Naoki
INADA Naoki added the comment: New changeset ede9084476f88f5a86c7eaaac33cdd938e4cce93 by INADA Naoki (Utkarsh Upadhyay) in branch 'master': bpo-31043: fixed test_datetime run twice. (GH-2891) https://github.com/python/cpython/commit/ede9084476f88f5a86c7eaaac33cdd938e4cce93 -- nosy: +i

[issue31043] Tests running twice.

2017-07-26 Thread Utkarsh Upadhyay
Changes by Utkarsh Upadhyay : -- pull_requests: +2943 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue31043] Tests running twice.

2017-07-26 Thread Utkarsh Upadhyay
New submission from Utkarsh Upadhyay: Due to a rebase artifact (sorry!), the tests for the datetime module are being run twice: test_datetime.py: [...] cls.tearDownClass = tearDownClass all_test_classes.extend(test_classes) all_test_classes.extend(test_classes) def test_main(