tox-poetry
tox-poetry copied to clipboard
tox-poetry is broken with tox>=4.0.0
tox-poetry
is does not work with tox>=4.0.0
:
python -m pip install -U "tox<4.0.0" tox-poetry # 3.27.1 is latest 3.x version
tox -h # works
python -m pip install -U "tox==4.0.0" tox-poetry
tox -h # broken:
...
ModuleNotFoundError: No module named 'tox.exception'
Hello! tox 4 broke plugins API and unfortunately now I don't have enough time to adopt plugin to this new API.
I can take a look at this :)
This is breaking my env
for all my projects . I am dropping tox-poetry
@codectl and it is right decision, check this https://github.com/tkukushkin/tox-poetry/pull/16#issuecomment-1383044770