Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make test_change_epoch more robust. #20817

Merged
merged 1 commit into from Aug 10, 2021

Commits on Aug 10, 2021

  1. Make test_change_epoch more robust.

    The epoch is set by explicitly calling `mdates.set_epoch`, or implicitly
    set to the default by `mdates.get_epoch` (which is also called when
    converting datetimes.)
    
    However, when running tests in parallel, there is no guarantee that any
    other call to `[gs]et_epoch` might have been made to lock it in, so we
    need to do that explicitly.
    QuLogic committed Aug 10, 2021
    Copy the full SHA
    297921a View commit details
    Browse the repository at this point in the history