You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not available anymore in poetry 1.2.0. Instead it's available in the most recent version of cleo:
from cleo.io.null_io import NullIO
While the easy changes are compatible with poetry < 1.2, the change of NullIO import isn't. Maybe just put another try/except in here to find put what's available?
fin swimmer
The text was updated successfully, but these errors were encountered:
I've just released version 0.8.5 which pins the Poetry requirement at less than 1.2 to back stop this issue in the immediate time frame. @Callek has a PR up to add support for Poetry 1.2 that I'll be looking at next to hopefully get this functionality added soon
I've just released version 0.8.5 which pins the Poetry requirement at less than 1.2 to back stop this issue in the immediate time frame. @Callek has a PR up to add support for Poetry 1.2 that I'll be looking at next to hopefully get this functionality added soon
My pr pins to an alpha of poetry 1.2, but happy to bump that to the final release depending on Ethan's opinion here.
Hey,
we released
poetry
1.2.0 andpoetry-core
1.1.0 today 🎉 Unfortunately this breakstox-poetry-installer
due to changed import paths.Most of them can be fixed easily:
tox-poetry-installer/tox_poetry_installer/installer.py
Line 12 in b3a5e86
and
tox-poetry-installer/tox_poetry_installer/utilities.py
Lines 13 to 14 in b3a5e86
But I'm not sure what's the best way to fix
tox-poetry-installer/tox_poetry_installer/_poetry.py
Line 33 in b3a5e86
This is not available anymore in poetry 1.2.0. Instead it's available in the most recent version of
cleo
:While the easy changes are compatible with poetry < 1.2, the change of
NullIO
import isn't. Maybe just put another try/except in here to find put what's available?fin swimmer
The text was updated successfully, but these errors were encountered: