[New-bugs-announce] [issue24308] Test failure: test_with_pip (test.test_venv.EnsurePipTest in 3.x

koobs report at bugs.python.org
Thu May 28 05:09:32 CEST 2015


New submission from koobs:

test_with_pip fails since revision 0d0989359bbbff9aa502158e362eb298e1a8ba7c with the following output:

======================================================================
FAIL: test_with_pip (test.test_venv.EnsurePipTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_venv.py", line 390, in test_with_pip
    self.assertEqual(err, "")
AssertionError: "You are using pip version 6.1.1, however[102 chars]d.\n" != ''
- You are using pip version 6.1.1, however version 7.0.1 is available.
- You should consider upgrading via the 'pip install --upgrade pip' command.

----------
assignee: dstufft
components: Distutils, Tests
keywords: buildbot
messages: 244249
nosy: dstufft, eric.araujo, koobs
priority: normal
severity: normal
status: open
title: Test failure: test_with_pip (test.test_venv.EnsurePipTest in 3.x
versions: Python 3.5, Python 3.6

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


More information about the New-bugs-announce mailing list