tox-poetry icon indicating copy to clipboard operation
tox-poetry copied to clipboard

tox-poetry is broken with tox>=4.0.0

Open janoskut opened this issue 2 years ago • 4 comments

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'

janoskut avatar Dec 16 '22 13:12 janoskut

Hello! tox 4 broke plugins API and unfortunately now I don't have enough time to adopt plugin to this new API.

tkukushkin avatar Dec 16 '22 17:12 tkukushkin

I can take a look at this :)

ryshoooo avatar Dec 20 '22 11:12 ryshoooo

This is breaking my env for all my projects . I am dropping tox-poetry

codectl avatar Jan 23 '23 14:01 codectl

@codectl and it is right decision, check this https://github.com/tkukushkin/tox-poetry/pull/16#issuecomment-1383044770

tkukushkin avatar Jan 23 '23 14:01 tkukushkin