[Pytest-commit] Issue #322: USERPROFILE is not passed by default on Windows (hpk42/tox)

André Caron issues-reply at bitbucket.org
Tue Apr 5 09:06:38 EDT 2016


New issue 322: USERPROFILE is not passed by default on Windows
https://bitbucket.org/hpk42/tox/issues/322/userprofile-is-not-passed-by-default-on

André Caron:

I just got bit by this strange issue.  One of my Tox virtual environment creates a nested virtual environment which does not respect settings in `~/pip/pip.ini`.  This is problematic because the nested environment needs to install packages from our corporate DevPI installation.

I can "fix" this by adding `USERPROFILE` in `passenv`, but I find it strange that the default behavior breaks pip and it's really hard to diagnose this unless you can make educated guesses about pip internals.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pytest-commit/attachments/20160405/670c3b46/attachment.html>


More information about the pytest-commit mailing list