Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tox-poetry is broken with tox>=4.0.0 #15

Open
janoskut opened this issue Dec 16, 2022 · 4 comments · May be fixed by #16
Open

tox-poetry is broken with tox>=4.0.0 #15

janoskut opened this issue Dec 16, 2022 · 4 comments · May be fixed by #16

Comments

@janoskut
Copy link

janoskut commented Dec 16, 2022

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'
@tkukushkin
Copy link
Owner

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

@ryshoooo
Copy link

I can take a look at this :)

@ryshoooo ryshoooo linked a pull request Dec 20, 2022 that will close this issue
guillp pushed a commit to guillp/jwskate that referenced this issue Jan 10, 2023
guillp pushed a commit to guillp/jwskate that referenced this issue Jan 11, 2023
@codectl
Copy link

codectl commented Jan 23, 2023

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

@tkukushkin
Copy link
Owner

@codectl and it is right decision, check this #16 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants