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 koobs
Recipients dstufft, eric.araujo, koobs
Date 2015-05-28.03:09:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432782572.48.0.713630416896.issue24308@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-05-28 03:09:32koobssetrecipients: + koobs, eric.araujo, dstufft
2015-05-28 03:09:32koobssetmessageid: <1432782572.48.0.713630416896.issue24308@psf.upfronthosting.co.za>
2015-05-28 03:09:32koobslinkissue24308 messages
2015-05-28 03:09:32koobscreate