This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients BreamoreBoy, alexis, eric.araujo, henry.precheur, ncoghlan, tarek, terry.reedy
Date 2014-06-28.19:05:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403982319.02.0.663880895916.issue12420@psf.upfronthosting.co.za>
In-reply-to
Content
A minor change: distutils has is own version of sysconfig*, which is already imported into disutils/tests/test_build_ext.py. It has '_python_build' instead of 'is_python_build'. With that change, the decorators work as expected to skip the tests on installed Windows 3.4.1 either when test_build_ext is run by itself as main or as part of test_distutils.

# Seems like a violation of DRY. According to hg revision history, (and visually comparing the two, some patches have been applied to just one, some to both.
History
Date User Action Args
2014-06-28 19:05:19terry.reedysetrecipients: + terry.reedy, ncoghlan, tarek, eric.araujo, henry.precheur, alexis, BreamoreBoy
2014-06-28 19:05:19terry.reedysetmessageid: <1403982319.02.0.663880895916.issue12420@psf.upfronthosting.co.za>
2014-06-28 19:05:19terry.reedylinkissue12420 messages
2014-06-28 19:05:18terry.reedycreate