]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34021: Windows skips test_regrtest.test_env_changed() (GH-10804)
authorVictor Stinner <vstinner@redhat.com>
Thu, 29 Nov 2018 22:38:35 +0000 (23:38 +0100)
committerGitHub <noreply@github.com>
Thu, 29 Nov 2018 22:38:35 +0000 (23:38 +0100)
commitf681e93e46925e862a8b0fa4b6e9e341fd8de3c2
tree540aa32f24f4cec2e55289d9bae119d5f0d0adf2
parent36003003f26d0c30fc15ec4dc3b0d7697dff908e
bpo-34021: Windows skips test_regrtest.test_env_changed() (GH-10804)

On Windows, test_env_changed() of test_regrtest is now skipped
because it fails  randomly for an unknown reason on "x86 Windows XP
VS9.0 2.7" buildbot worker.
Lib/test/test_regrtest.py