Message 204177 - Python tracker
Message204177
| Author | ncoghlan |
|---|---|
| Recipients | christian.heimes, dstufft, jcea, larry, loewis, lukasz.langa, ncoghlan, python-dev, vstinner |
| Date | 2013-11-24.04:53:22 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1385268803.14.0.0591040762052.issue19734@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
test_venv is now passing on 3.x OpenIndiana: http://buildbot.python.org/all/builders/x86%20OpenIndiana%203.x/builds/7129/steps/test/logs/stdio Ubuntu LTS buildbot is still unhappy: http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%203.x/builds/3221/steps/test/logs/stdio And looking at the environment armed with the improved error details, this is likely the culprit: PIP_REQUIRE_VIRTUALENV=true I'll hack the test to delete it from the subprocess invocation for now, but I think there's a pip bug here: -E (and, equivalently, -I) should likely cause pip to ignore *its* environment variables as well. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-11-24 04:53:23 | ncoghlan | set | recipients: + ncoghlan, loewis, jcea, vstinner, larry, christian.heimes, lukasz.langa, python-dev, dstufft |
| 2013-11-24 04:53:23 | ncoghlan | set | messageid: <1385268803.14.0.0591040762052.issue19734@psf.upfronthosting.co.za> |
| 2013-11-24 04:53:23 | ncoghlan | link | issue19734 messages |
| 2013-11-24 04:53:22 | ncoghlan | create | |