This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Test failure: test_with_pip (test.test_venv.EnsurePipTest in 3.x
Type: Stage: resolved
Components: Distutils, Tests Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: duplicate
Dependencies: Superseder: test_venv.EnsurePipTest.test_with_pip triggers version check over network
View: 24267
Assigned To: dstufft Nosy List: dstufft, eric.araujo, koobs, martin.panter, ned.deily
Priority: normal Keywords: buildbot

Created on 2015-05-28 03:09 by koobs, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (4)
msg244249 - (view) Author: Kubilay Kocak (koobs) (Python triager) Date: 2015-05-28 03:09
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.
msg244251 - (view) Author: Kubilay Kocak (koobs) (Python triager) Date: 2015-05-28 03:12
My mistake, revision 1ca30423b0c99c9599d5d4654323eeeae4a03804 or  	revision 29b95625a07cc5bb22e260c983500ed9efed67bf
msg244285 - (view) Author: Martin Panter (martin.panter) * (Python committer) Date: 2015-05-28 07:56
Are you sure if fails since those revisions, or is _fixed_ by those revisions? See my initial report in Issue 24267. For me this test started failing a few weeks ago, and was fixed by updating to revision 29b95625a07c (“Merge 3.4 into default, upgrading pip to 7.0.1”).
msg244656 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2015-06-02 06:04
This is covered by Issue24267; let's track it there.
History
Date User Action Args
2022-04-11 14:58:17adminsetgithub: 68496
2015-06-02 06:04:09ned.deilysetstatus: open -> closed

superseder: test_venv.EnsurePipTest.test_with_pip triggers version check over network

nosy: + ned.deily
messages: + msg244656
resolution: duplicate
stage: resolved
2015-05-28 07:56:04martin.pantersetnosy: + martin.panter
messages: + msg244285
2015-05-28 03:12:03koobssetmessages: + msg244251
2015-05-28 03:09:32koobscreate