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. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit