[New-bugs-announce] [issue30123] test_venv failed without pip

Serhiy Storchaka report at bugs.python.org
Fri Apr 21 02:01:20 EDT 2017


New submission from Serhiy Storchaka:

$ ./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


----------------------------------------------------------------------

----------
components: Tests
messages: 292009
nosy: serhiy.storchaka, vinay.sajip
priority: normal
severity: normal
status: open
title: test_venv failed without pip
type: behavior
versions: Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30123>
_______________________________________


More information about the New-bugs-announce mailing list