diff --git a/tests/test_pipenv.py b/tests/test_pipenv.py index 4a1a797e..bfa79931 100644 --- a/tests/test_pipenv.py +++ b/tests/test_pipenv.py @@ -8,6 +8,7 @@ import pytest from pipenv.vendor import toml from pipenv.vendor import delegator +os.environ['PIPENV_DONT_USE_PYENV'] = '1' class PipenvInstance(): """An instance of a Pipenv Project..."""