Skip to content

Commit 0d9da44

Browse files
committed
Remove deprecated pip flag --no-python-version-warning
1 parent 5801e4a commit 0d9da44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/komodoenv/creator.py

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def pip_install(self, package: str) -> None:
102102
"--no-cache-dir",
103103
"--no-deps",
104104
"--disable-pip-version-check",
105-
"--no-python-version-warning",
106105
dst_wheel,
107106
],
108107
env=env,

0 commit comments

Comments
 (0)