]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143) (#111153)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 21 Oct 2023 09:01:10 +0000 (11:01 +0200)
committerGitHub <noreply@github.com>
Sat, 21 Oct 2023 09:01:10 +0000 (09:01 +0000)
commit47670fbdd0b6c42a0d026f26c67178371b86069a
treeffcbca4a7775e670231524d13308746d829447b3
parent9addf2cf117c9b14bbc0c7640bb1f1d6300673b7
[3.11] gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143) (#111153)

gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143)

If the SOURCE_DATE_EPOCH environment variable is defined, use its
value as the random seed.
(cherry picked from commit 7237fb578dc9db9dc557759a24d8083425107b91)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtests.py
Lib/test/test_regrtest.py
Misc/NEWS.d/next/Tests/2023-10-21-00-10-36.gh-issue-110932.jktjJU.rst [new file with mode: 0644]