[Pytest-commit] commit/tox: hpk42: Merged in myint/tox (pull request #118)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Sep 2 14:52:15 CEST 2014


1 new commit in tox:

https://bitbucket.org/hpk42/tox/commits/031118307d91/
Changeset:   031118307d91
User:        hpk42
Date:        2014-09-02 14:52:12
Summary:     Merged in myint/tox (pull request #118)

Fix "__PYVENV_LAUNCHER__" problem
Affected #:  1 file

diff -r 8c6dbbf625b7f41e851ea083faada2695bbdc1c0 -r 031118307d9191807de402ddff95876eb694385b tox/_venv.py
--- a/tox/_venv.py
+++ b/tox/_venv.py
@@ -272,7 +272,8 @@
         if '{opts}' in argv:
             i = argv.index('{opts}')
             argv[i:i+1] = list(options)
-        for x in ('PIP_RESPECT_VIRTUALENV', 'PIP_REQUIRE_VIRTUALENV'):
+        for x in ('PIP_RESPECT_VIRTUALENV', 'PIP_REQUIRE_VIRTUALENV',
+                  '__PYVENV_LAUNCHER__'):
             try:
                 del os.environ[x]
             except KeyError:

Repository URL: https://bitbucket.org/hpk42/tox/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the pytest-commit mailing list