[issue19744] test_venv failing on 32-bit Windows Vista

2013-11-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9891ba920f3c by Nick Coghlan in branch 'default': Issue #19744 (temp workaround): without ssl, skip pip test http://hg.python.org/cpython/rev/9891ba920f3c -- nosy: +python-dev ___ Python tracker

[issue19744] test_venv failing on 32-bit Windows Vista

2013-11-23 Thread Tim Peters
Tim Peters added the comment: FYI, here's the new output: [1/1] test_venv test test_venv failed -- Traceback (most recent call last): File "C:\Code\Python\lib\test\test_venv.py", line 289, in test_with_pip self.run_with_capture(venv.create, self.env_dir, with_pip=True) subprocess.CalledPro

[issue19744] test_venv failing on 32-bit Windows Vista

2013-11-23 Thread Tim Peters
Tim Peters added the comment: Ah, I didn't even notice the "S" in "HTTPS"! I'm not building the SSL cruft on my box, so it's not surprising that anything requiring it would fail. It is surprising that this is the only test that _does_ fail without it ;-) -- _

[issue19744] test_venv failing on 32-bit Windows Vista

2013-11-23 Thread Nick Coghlan
Nick Coghlan added the comment: Interesting - this isn't *quite* a duplicate of the buildbot failures in issue 19734 (at least, I don't think it is - the extra diagnostics I just checked in should tell us for sure). Since pip isn't useful without HTTPS, we may want to add a check for ssl supp

[issue19744] test_venv failing on 32-bit Windows Vista

2013-11-23 Thread Tim Peters
New submission from Tim Peters: With the current default branch, test_venv fails every time for me: [1/1] test_venv Traceback (most recent call last): File "C:\Code\Python\lib\runpy.py", line 160, in _run_module_as_main "__main__", fname, loader, pkg_name) File "C:\Code\Python\lib\runpy.