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_with_pip() of test_venv fails on Windows buildbots
Type: Stage:
Components: Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: dstufft, vstinner
Priority: normal Keywords:

Created on 2016-01-20 12:39 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (4)
msg258675 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2016-01-20 12:39
http://buildbot.python.org/all/builders/x86%20Windows7%203.5/builds/591/steps/test/logs/stdio

======================================================================
FAIL: test_with_pip (test.test_venv.EnsurePipTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.5.bolen-windows7\build\lib\test\test_venv.py", line 379, in test_with_pip
    self.assertEqual(err, "")
AssertionError: "d:\\temp\\tmpcyw9drz0\\lib\\site-package[323 chars]\r\n" != ''
- d:\temp\tmpcyw9drz0\lib\site-packages\pip\pep425tags.py:89: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
-   warn=(impl == 'cp')):
- d:\temp\tmpcyw9drz0\lib\site-packages\pip\pep425tags.py:93: RuntimeWarning: Config variable 'WITH_PYMALLOC' is unset, Python ABI tag may be incorrect
-   warn=(impl == 'cp')):
msg258677 - (view) Author: Donald Stufft (dstufft) * (Python committer) Date: 2016-01-20 12:40
Upstream issue for this is https://github.com/pypa/pip/issues/3383.
msg258801 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2016-01-22 13:15
It looks like the issue was fixed with the upgrade of pip to 8.0.2: changeset c75802aaa4de (merge into default: changeset ca78f5e41012).
msg258802 - (view) Author: Donald Stufft (dstufft) * (Python committer) Date: 2016-01-22 13:16
Yes, it should have been. Sorry forgot this issue was opened.
History
Date User Action Args
2022-04-11 14:58:26adminsetgithub: 70352
2016-01-22 13:16:15dstufftsetmessages: + msg258802
2016-01-22 13:15:59vstinnersetstatus: open -> closed
resolution: fixed
2016-01-22 13:15:40vstinnersetmessages: + msg258801
2016-01-20 12:40:24dstufftsetmessages: + msg258677
2016-01-20 12:39:00vstinnercreate