-
Notifications
You must be signed in to change notification settings - Fork 122
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
Using pyproject.toml triggers special pip behavior #123
Comments
One possible work-around would be to add an option to specify a file to use instead of pyproject.toml. If an alternately named file is used it won't trigger the special processing from pep 518. |
This becomes even more problematic with pip 19:
This requires special pip switches for editable installs. |
I don't know what the original issue text means, but the comment from @zgoda-mobica made me look up that message from pip. @exarkun Is this the problem you meant or was it something else? |
Note the issue was filed more than 4 days ago so I don't think the recently merged pip PR solves the issue. I'll try to recreate the problem and post more details. |
Actually, maybe I won't, because #127 was merged and provides a work-around. Not sure why this issue is still open at all. |
I'm not sure how to reproduce the original problem now that there's a new pip release with a new behavior, anyway. The problem was probably originally encountered via tox which wants to do extra management of installed versions. The obvious attempt at pinning an older version of pip doesn't produce the problem. Consider #127 is merged I'm not sure it's worth digging through the history further to try to understand. If it's still broken, I'm sure I'll be back. ;) I'm gonna call this fixed by #127. |
I shouldn't have to kick pip into a new, incompatible mode just to configure towncrier. towncrier should provide an alternate configuration mechanism that avoids pep 518 and pyproject.toml completely.
The text was updated successfully, but these errors were encountered: