]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110164: regrtest disables random if SOURCE_DATE_EPOCH (#110168)
authorVictor Stinner <vstinner@python.org>
Sun, 1 Oct 2023 20:41:03 +0000 (22:41 +0200)
committerGitHub <noreply@github.com>
Sun, 1 Oct 2023 20:41:03 +0000 (22:41 +0200)
commit65c285062ce2769249610348636d3d73153e0144
tree5ed39ac8bac483fee3119b281dd3ef0565730a38
parentadf0f15a06c6e8ddd1a6d59b28efcbb26289f080
gh-110164: regrtest disables random if SOURCE_DATE_EPOCH (#110168)

If the SOURCE_DATE_EPOCH environment variable is defined, regrtest
now disables randomization of tests.
Lib/test/libregrtest/main.py
Lib/test/test_regrtest.py
Misc/NEWS.d/next/Core and Builtins/2023-10-01-02-58-00.gh-issue-110164.z7TMCq.rst [new file with mode: 0644]