fix(poetry): use classic installer

The "install" module (v0.6.0) which is being used by poetry 1.4.0
has problems installing certain packages.

Disable the modern installer for now, until things are fixed.

https://github.com/python-poetry/poetry/issues/7572
Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
moson-mo 2023-03-14 11:53:18 +01:00
parent bf0d4a2be7
commit 993a044680
No known key found for this signature in database
GPG key ID: 4A4760AB4EE15296

5
poetry.toml Normal file
View file

@ -0,0 +1,5 @@
# disable the modern installer until python-installer is fixed
# https://github.com/python-poetry/poetry/issues/7572
[installer]
modern-installation = false