gh-154948: Fix test_zipfile failure when SOURCE_DATE_EPOCH is set - #155001
Conversation
Additionally, move the `SOURCE_DATE_EPOCH` test helpers from `test_py_compile` to `test.support.os_helper`.
Documentation build overview
18 files changed ·
|
|
Thanks @StanFromIreland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
Thanks @StanFromIreland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Thanks @StanFromIreland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.15. |
|
Sorry, @StanFromIreland, I could not cleanly backport this to |
|
Sorry, @StanFromIreland, I could not cleanly backport this to |
|
Sorry, @StanFromIreland, I could not cleanly backport this to |
|
GH-155347 is a backport of this pull request to the 3.15 branch. |
Additionally, move the
SOURCE_DATE_EPOCHtest helpers fromtest_py_compiletotest.support.os_helper, and refactor a little intest_zipfileandtest_randomto use them instead of duplicate helpers (they were already used bytest_importlibandtest_compileall).