This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author musically_ut
Recipients musically_ut
Date 2017-07-26.10:20:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501064449.34.0.054163573258.issue31043@psf.upfronthosting.co.za>
In-reply-to
Content
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():
    run_unittest(*all_test_classes)
[...]


Fix coming shortly.
History
Date User Action Args
2017-07-26 10:20:49musically_utsetrecipients: + musically_ut
2017-07-26 10:20:49musically_utsetmessageid: <1501064449.34.0.054163573258.issue31043@psf.upfronthosting.co.za>
2017-07-26 10:20:49musically_utlinkissue31043 messages
2017-07-26 10:20:49musically_utcreate