Skip to content

Commit

Permalink
Stop disabling new poetry installer
Browse files Browse the repository at this point in the history
This was added in
#3459 to workaround
the underlying issue of
python-poetry/poetry#3010.

However, `poetry` `1.2` fixed the underlying issue, and we are now on `poetry` `1.2.1` so we can remove this workaround.

See also:
* python-poetry/poetry#3010 (comment)
* python-poetry/poetry#3010 (comment)
* python-poetry/poetry#3010 (comment)
* #5492
  • Loading branch information
jeffwidman committed Oct 7, 2022
1 parent f00571a commit 9e50899
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/helpers/build
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,3 @@ cp -r \

cd "$install_dir"
PYENV_VERSION=3.10.6 pyenv exec pip --disable-pip-version-check install --use-pep517 -r "requirements.txt"

# Workaround of https://github.com/python-poetry/poetry/issues/3010
# By default poetry config file is stored under ~/.config/pypoetry
# and is not bound to any specific Python version
PYENV_VERSION=3.10.6 pyenv exec poetry config experimental.new-installer false

0 comments on commit 9e50899

Please sign in to comment.