Message204178
| Author |
ncoghlan |
| Recipients |
christian.heimes, dstufft, jcea, larry, loewis, lukasz.langa, ncoghlan, python-dev, vstinner |
| Date |
2013年11月24日.04:55:04 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1385268904.72.0.812160853202.issue19734@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Confirmed:
$ PIP_REQUIRE_VIRTUALENV=true ./python -m test test_venv
[1/1] test_venv
test test_venv failed -- Traceback (most recent call last):
File "/home/ncoghlan/devel/py3k/Lib/test/test_venv.py", line 298, in test_with_pip
self.run_with_capture(venv.create, self.env_dir, with_pip=True)
subprocess.CalledProcessError: Command '['/tmp/tmpo1fj4gy6/bin/python', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 3
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ncoghlan/devel/py3k/Lib/test/test_venv.py", line 304, in test_with_pip
self.fail(msg)
AssertionError: Command '['/tmp/tmpo1fj4gy6/bin/python', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 3
**Subprocess Output**
Could not find an activated virtualenv (required).
1 test failed:
test_venv |
|