tox-dev / tox-pipenv

A pipenv plugin for Tox
MIT License
124 stars 30 forks source link

tox 4.x and tox-pipenv: ImportError: cannot import name 'hookimpl' from 'tox' #73

Open rhelms opened 1 year ago

rhelms commented 1 year ago

Similar to https://github.com/tox-dev/tox-pyenv/issues/22, tox 4.x and tox-pipenv are not playing well.

Perhaps tox requirements for tox-pipenv should be <4 until the underlying issue is resolved (usage of py).

cdub50 commented 1 year ago

can repro by installing tox 4.4.7 and tox-report 0.1.0 python 3.10.2 and then run

tox

gens the below error

ImportError: cannot import name 'hookimpl' from 'tox' (~/.pyenv/versions/3.10.2/lib/python3.10/site-packages/tox/__init__.py)