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 ronaldoussoren
Recipients benjamin.peterson, ned.deily, ronaldoussoren
Date 2009-03-04.22:06:07
SpamBayes Score 0.0007869332
Marked as misclassified No
Message-id <1236204368.99.0.158030073431.issue5408@psf.upfronthosting.co.za>
In-reply-to
Content
Ned: IMHO your patch is not correct. test_osx_env tests behaviour that's 
only valid for a framework build, and should therefore only run when 
testing a framework build.

The easiest way to accomplish that is to change the test in 
test_osx_env.main to:

   if sys.platform == 'darwin' and 
sysconfig.get_config_var('WITH_NEXT_FRAMEWORK'):

(with an "from distutils import sysconfig" statement just above the 
test).

I will commit this fix when I've actually tested it.
History
Date User Action Args
2009-03-04 22:06:09ronaldoussorensetrecipients: + ronaldoussoren, benjamin.peterson, ned.deily
2009-03-04 22:06:08ronaldoussorensetmessageid: <1236204368.99.0.158030073431.issue5408@psf.upfronthosting.co.za>
2009-03-04 22:06:08ronaldoussorenlinkissue5408 messages
2009-03-04 22:06:07ronaldoussorencreate