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

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