Skip to content

Commit

Permalink
config: normalize venv opts no-pip/no-setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Feb 25, 2024
1 parent e1159b0 commit 468f658
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/poetry/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ def _get_normalizer(name: str) -> Callable[[str], Any]:
"virtualenvs.create",
"virtualenvs.in-project",
"virtualenvs.options.always-copy",
"virtualenvs.options.no-pip",
"virtualenvs.options.no-setuptools",
"virtualenvs.options.system-site-packages",
"virtualenvs.options.prefer-active-python",
"experimental.system-git-client",
Expand Down

0 comments on commit 468f658

Please sign in to comment.