New submission from Martin Panter:

Recently when running the test suite on the code from the default Mercuiral 
branch, I have been seeing following failure. This only started happening in 
the last week or two.

$ ./python -bWall -m test -v test_venv
[. . .]
test_with_pip (test.test_venv.EnsurePipTest) ... FAIL

======================================================================
FAIL: test_with_pip (test.test_venv.EnsurePipTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/media/disk/home/proj/python/cpython/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.


----------------------------------------------------------------------
Ran 13 tests in 13.388s

FAILED (failures=1)

----------
components: Tests
messages: 243889
nosy: vadmium
priority: normal
severity: normal
status: open
title: test_venv.EnsurePipTest.test_with_pip version conflict
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24267>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to