Skip to content

Commit

Permalink
conftest: remove misleading comment
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Aug 2, 2024
1 parent 196c499 commit 07777a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ def venv(tmpdir, isolate):
temporary directory.
"""
venv_location = os.path.join(str(tmpdir), "workspace", "venv")
# Create the virtualenv without pip installed; we'll explicitly install it
# in each temporary environment.
venv = virtualenv.create(venv_location, with_pip=True)

os.environ["PIPAPI_PYTHON_LOCATION"] = os.path.join(venv_location, "bin", "python")
Expand Down

0 comments on commit 07777a8

Please sign in to comment.