Skip to content

Commit

Permalink
Pop VIRTUAL_ENV env
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <mianghong@gmail.com>
  • Loading branch information
frostming committed Nov 17, 2018
1 parent 915b3c1 commit 32f5d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def isolate(pathlib_tmpdir):
os.environ["WORKON_HOME"] = fs_str(os.path.join(home_dir, ".virtualenvs"))
# Ignore PIPENV_ACTIVE so that it works as under a bare environment.
os.environ.pop("PIPENV_ACTIVE", None)
os.environ.pop("VIRTUAL_ENV", None)
global WE_HAVE_GITHUB_SSH_KEYS
WE_HAVE_GITHUB_SSH_KEYS = check_github_ssh()

Expand Down

0 comments on commit 32f5d85

Please sign in to comment.