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 eric.araujo
Recipients alexis, eric.araujo, henry.precheur, tarek
Date 2011-07-11.15:34:33
SpamBayes Score 6.892774e-05
Marked as misclassified No
Message-id <1310398474.24.0.731690788951.issue12420@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I don’t want to monkey-patch find_executable during tests.  We want the tests to work with the real code, with the same behavior and errors as real setup.py calls.  If a test does not work with python -E, then it should be skipped.

(Implementation idea:
  skip_if_empty_env = unittest.skipUnless(
      os.environ, 'test cannot run with an empty environment')
using sys.flags is not possible due to backward compatibility policy)
History
Date User Action Args
2011-07-11 15:34:34eric.araujosetrecipients: + eric.araujo, tarek, henry.precheur, alexis
2011-07-11 15:34:34eric.araujosetmessageid: <1310398474.24.0.731690788951.issue12420@psf.upfronthosting.co.za>
2011-07-11 15:34:33eric.araujolinkissue12420 messages
2011-07-11 15:34:33eric.araujocreate