[issue19766] test_venv: test_with_pip() failed on AMD64 Fedora without threads 3.x buildbot: urllib3 dependency requires the threading module

2013-12-21 Thread Nick Coghlan

Nick Coghlan added the comment:

Donald updated CPython to pip 1.5rc2, so test_venv is now passing without 
threading support:

http://buildbot.python.org/all/builders/AMD64%20Fedora%20without%20threads%203.x/builds/5874/steps/test/logs/stdio

--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19766
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19766] test_venv: test_with_pip() failed on AMD64 Fedora without threads 3.x buildbot: urllib3 dependency requires the threading module

2013-12-21 Thread Nick Coghlan

Changes by Nick Coghlan ncogh...@gmail.com:


--
resolution:  - fixed
stage:  - committed/rejected
type:  - behavior

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19766
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19766] test_venv: test_with_pip() failed on AMD64 Fedora without threads 3.x buildbot: urllib3 dependency requires the threading module

2013-12-15 Thread Vinay Sajip

Vinay Sajip added the comment:

I've released distlib 0.1.5 on PyPI. This release uses dummy_threading when 
threading isn't available.

--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19766
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19766] test_venv: test_with_pip() failed on AMD64 Fedora without threads 3.x buildbot: urllib3 dependency requires the threading module

2013-12-15 Thread Nick Coghlan

Nick Coghlan added the comment:

Not quite fixed yet - Donald, I think all the vendored dependencies have been 
updated now, would it be possible to spin and incorporate a pip 1.5rc2 somewhat 
soonish so we know what's still left to be addressed on the ensurepip side?

--
assignee:  - dstufft
resolution: fixed - 
status: closed - open

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19766
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19766] test_venv: test_with_pip() failed on AMD64 Fedora without threads 3.x buildbot: urllib3 dependency requires the threading module

2013-12-10 Thread Donald Stufft

Donald Stufft added the comment:

Vinay, I've verified that the current default branch of distlib works without 
threading when vendored in pip and these tests pass.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19766
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19766] test_venv: test_with_pip() failed on AMD64 Fedora without threads 3.x buildbot: urllib3 dependency requires the threading module

2013-12-08 Thread Vinay Sajip

Vinay Sajip added the comment:

I will look at doing a distlib update shortly - but there's another issue 
(#19913) that might also require an update - it' not clear yet.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19766
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19766] test_venv: test_with_pip() failed on AMD64 Fedora without threads 3.x buildbot: urllib3 dependency requires the threading module

2013-12-08 Thread Vinay Sajip

Vinay Sajip added the comment:

I've updated distlib to use dummy_threading where threading isn't available - 
see

https://bitbucket.org/pypa/distlib/commits/029fee573900765729402203e39b2171d7ae0784

Can someone please test with this version vendored into pip to check that the 
failures no longer occur in a no-thread environment, before I do a distlib 
release?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19766
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19766] test_venv: test_with_pip() failed on AMD64 Fedora without threads 3.x buildbot: urllib3 dependency requires the threading module

2013-12-08 Thread Christian Heimes

Christian Heimes added the comment:

Vinay, thanks for your fast response! :) #19913 should be resolved, too. A 
couple of months ago several people complained about a new file that looked 
like a ZIP bomb. This virus warnings looks even more severe although it's 
probably a false positive. Could you try a new set of binaries without UPX? 
https://www.virustotal.com/ lets you scan the files with more than 40 programs 
at once and for free.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19766
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19766] test_venv: test_with_pip() failed on AMD64 Fedora without threads 3.x buildbot: urllib3 dependency requires the threading module

2013-12-08 Thread Vinay Sajip

Vinay Sajip added the comment:

This commit in distlib uses uncompressed launcher executables which pass the 
virustotal.com checks:

https://bitbucket.org/pypa/distlib/commits/e23c9e4fd3125fa88063de4dec80367b1ac82aff

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19766
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19766] test_venv: test_with_pip() failed on AMD64 Fedora without threads 3.x buildbot: urllib3 dependency requires the threading module

2013-12-07 Thread Nick Coghlan

Nick Coghlan added the comment:

Issue 19924 suggests we may need a new distlib as well

--
nosy: +christian.heimes, vinay.sajip

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19766
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19766] test_venv: test_with_pip() failed on AMD64 Fedora without threads 3.x buildbot: urllib3 dependency requires the threading module

2013-12-07 Thread Donald Stufft

Donald Stufft added the comment:

Requests was released and pip updated it, I can release a new pip but it 
appears that perhaps distlib needs fixed before the without threads case is 
taken care of?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19766
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19766] test_venv: test_with_pip() failed on AMD64 Fedora without threads 3.x buildbot: urllib3 dependency requires the threading module

2013-12-03 Thread Donald Stufft

Donald Stufft added the comment:

The urllib3 in requests VCS was updated, I just need to bother Kenneth to make 
a new release of requests or update pip to an unreleased requests.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19766
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19766] test_venv: test_with_pip() failed on AMD64 Fedora without threads 3.x buildbot: urllib3 dependency requires the threading module

2013-11-27 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@gmail.com:


--
title: test_venv: test_with_pip() failed on AMD64 Fedora without threads 3.x 
buildbot - test_venv: test_with_pip() failed on AMD64 Fedora without threads 
3.x buildbot: urllib3 dependency requires the threading module

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19766
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com