Don't use search for generic python to crreate the venv for this test.

This commit is contained in:
Matt Davis
2023-07-11 03:19:23 -04:00
committed by Oz Tiram
parent fd5549d50b
commit 2fe293c58e
+1 -1
View File
@@ -19,7 +19,7 @@ def test_pipenv_where(pipenv_instance_pypi):
@pytest.mark.cli
def test_pipenv_venv(pipenv_instance_pypi):
with pipenv_instance_pypi() as p:
c = p.pipenv('--python python')
c = p.pipenv('install dataclasses-json')
assert c.returncode == 0
c = p.pipenv('--venv')
assert c.returncode == 0