Skip to content

Commit

Permalink
Remove deprecated pip flag --no-python-version-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Jan 27, 2025
1 parent 4abba6a commit da15178
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/komodoenv/creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def pip_install(self, package: str) -> None:
"--no-cache-dir",
"--no-deps",
"--disable-pip-version-check",
"--no-python-version-warning",
dst_wheel,
],
env=env,
Expand Down

0 comments on commit da15178

Please sign in to comment.