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.

Author ned.deily
Recipients dstufft, larry, martin.panter, ncoghlan, ned.deily
Date 2015-06-02.06:00:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433224819.34.0.856732906459.issue24267@psf.upfronthosting.co.za>
In-reply-to
Content
All of the 3.x buildbots are broken again due to the pip 7.0.3 update.

======================================================================
FAIL: test_with_pip (test.test_venv.EnsurePipTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildbot/slaves/profile-opt-bot/3.5.gps-debian-profile-opt/build/Lib/test/test_venv.py", line 390, in test_with_pip
    self.assertEqual(err, "")
AssertionError: "You are using pip version 7.0.1, however[102 chars]d.\n" != ''
- You are using pip version 7.0.1, however version 7.0.3 is available.
- You should consider upgrading via the 'pip install --upgrade pip' command.
History
Date User Action Args
2015-06-02 06:00:19ned.deilysetrecipients: + ned.deily, ncoghlan, larry, martin.panter, dstufft
2015-06-02 06:00:19ned.deilysetmessageid: <1433224819.34.0.856732906459.issue24267@psf.upfronthosting.co.za>
2015-06-02 06:00:19ned.deilylinkissue24267 messages
2015-06-02 06:00:19ned.deilycreate