Issue 24308: Test failure: test_with_pip (test.test_venv.EnsurePipTest in 3.x (original) (raw)
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.