]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36235: Enhance distutils test_customize_compiler() (GH-12403) (GH-12415)
authorVictor Stinner <vstinner@redhat.com>
Mon, 18 Mar 2019 17:34:11 +0000 (18:34 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2019 17:34:11 +0000 (18:34 +0100)
commitdd1cfefd67f254ce44f33995922e347c9d3f7b4e
tree744fdc95135c9bebf351fcbdeb6719765ff37fe3
parent6a7a9f1d83cef628d2bacd71ee568b93f53fd6b4
bpo-36235: Enhance distutils test_customize_compiler() (GH-12403) (GH-12415)

The test test_customize_compiler() now mocks all sysconfig variables
and all environment variables used by customize_compiler().

(cherry picked from commit 72c7b372cf145fded93a9a776acc742a60090f95)
Lib/distutils/tests/test_sysconfig.py