Message292009
| Author |
serhiy.storchaka |
| Recipients |
serhiy.storchaka, vinay.sajip |
| Date |
2017年04月21日.06:01:19 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1492754480.34.0.492184084687.issue30123@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
$ ./python -m test.regrtest -vuall test_venv
...
======================================================================
FAIL: test_with_pip (test.test_venv.EnsurePipTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/serhiy/py/cpython3.5/Lib/test/test_venv.py", line 428, in test_with_pip
self.do_test_with_pip(False)
File "/home/serhiy/py/cpython3.5/Lib/test/test_venv.py", line 382, in do_test_with_pip
self.assertEqual(err, "")
AssertionError: '/tmp/tmpxhgghyhm/bin/python: No module named pip\n' != ''
- /tmp/tmpxhgghyhm/bin/python: No module named pip
---------------------------------------------------------------------- |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2017年04月21日 06:01:20 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vinay.sajip |
| 2017年04月21日 06:01:20 | serhiy.storchaka | set | messageid: <1492754480.34.0.492184084687.issue30123@psf.upfronthosting.co.za> |
| 2017年04月21日 06:01:20 | serhiy.storchaka | link | issue30123 messages |
| 2017年04月21日 06:01:19 | serhiy.storchaka | create |
|