Ned Deily added the comment:

As I understand it, the reason test_venv is failing is because of a defect in 
the pip vendored colorama.  The test has found the unexpected dependency of the 
vendored package with ctypes.  It's good that the test failed.  The right 
solution is to provide the updated pip with the fixed colorama and that should 
be happening shortly.  And when that happens, there should no longer be a test 
failure.  Is my understanding correct?  If so, I would argue that we should not 
be touching test_venv.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22669>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to