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 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:20serhiy.storchakasetrecipients: + serhiy.storchaka, vinay.sajip
2017-04-21 06:01:20serhiy.storchakasetmessageid: <1492754480.34.0.492184084687.issue30123@psf.upfronthosting.co.za>
2017-04-21 06:01:20serhiy.storchakalinkissue30123 messages
2017-04-21 06:01:19serhiy.storchakacreate