-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
pip 19.1 prevents pytest from being used in editable mode #5167
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
Labels
type: infrastructure
improvement to development/releases/CI structure
Comments
nicoddemus
added a commit
to nicoddemus/pytest
that referenced
this issue
Apr 25, 2019
pypa/pip#6434 issue report and discussion, things should be better once pip 19.1.1 gets out (hopefully soon) |
For (2), perhaps try removing This has worked fine so far for both of my PEP517 projects. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pip 19.1 prevents pytest to use editable mode (pypa/pip#6370) due to our
pyproject.toml
file.This is a problem for us for two reasons:
tox.ini
usesusedevelop
in arelease
anddocs
environments. I think we can get away from using it indocs
, not so sure about release.We use editable mode ourselves.
I will open a PR shortly trying to address 1, but for 2 I don't know of any workaround other than downgrading pip manually.
cc @RonnyPfannschmidt
The text was updated successfully, but these errors were encountered: