Skip to content

Commit 83d9fc2

Browse files
committed
Remove --no-wheel from virtualenv call in test setup
1 parent 3d88026 commit 83d9fc2

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)