Message140131
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) |
|
Date |
User |
Action |
Args |
2011-07-11 15:34:34 | eric.araujo | set | recipients:
+ eric.araujo, tarek, henry.precheur, alexis |
2011-07-11 15:34:34 | eric.araujo | set | messageid: <1310398474.24.0.731690788951.issue12420@psf.upfronthosting.co.za> |
2011-07-11 15:34:33 | eric.araujo | link | issue12420 messages |
2011-07-11 15:34:33 | eric.araujo | create | |
|