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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30123>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to