]> granicus.if.org Git - python/commit
Issue #15184: Some config variables in test_sysconfig_module
authorNed Deily <nad@acm.org>
Sun, 22 Jul 2012 09:56:36 +0000 (02:56 -0700)
committerNed Deily <nad@acm.org>
Sun, 22 Jul 2012 09:56:36 +0000 (02:56 -0700)
commitc7a5a76b1ebaeb07617f17fd1952c871e7c9e3b4
treee28cd13c1f76895b61e4144df54681d3e6e8aa56
parent2c80e120a95e7ce38e65cafc7e1cb2a76046c0e0
Issue #15184: Some config variables in test_sysconfig_module
may differ between sysconfig and distutils.sysconfig due to
compiler customizations on OS X.  For now, move those vars
into a separate test and skip if the customization has taken
place in distutils.  The long-term solution is to eliminate
having two sysconfig modules.
Lib/distutils/tests/test_sysconfig.py