Skip to content

Commit d96a80c

Browse files
authored
Merge pull request #13595 from notatallshaw/remove---no-wheel-from-virtualenv-call-in-test-setup
Remove `--no-wheel` from virtualenv call in test setup
2 parents f2b9231 + 83d9fc2 commit d96a80c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/lib/venv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def _create(self, clear: bool = False) -> None:
113113
_virtualenv.cli_run(
114114
[
115115
"--no-pip",
116-
"--no-wheel",
117116
"--no-setuptools",
118117
os.fspath(self.location),
119118
],

0 commit comments

Comments
 (0)