-
Notifications
You must be signed in to change notification settings - Fork 666
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
Editable mode is not supported for pyproject.toml-style projects. #2006
Comments
Wait a second, this is a Pip thing which Tox is reporting. Pip version 19.1 Working on #1811, I've had to temporarily delete the pyproject.toml file and pass |
CI on #1811 is blocked by this. |
We can temporarily downgrade pip in tox. Refs: |
Fixes ansible#2006 Ref pypa/pip#6434 Ref jaraco/skeleton@123b0b2 Ref tox-dev/tox#1276
@decentral1se let's just have #2009 for now. Hopefully, tox will provide a native workaround soon and we'll just remove this hack. |
Fixes #2006 Ref pypa/pip#6434 Ref jaraco/skeleton@123b0b2 Ref tox-dev/tox#1276
For Tox 3.9.0, I see now the following when running the unit tests:
The fix is to set
usedevelop = False
and not do anypip install -e
stuff.What do you think @webknjaz.
The text was updated successfully, but these errors were encountered: