-
Notifications
You must be signed in to change notification settings - Fork 127
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
Remove Makefile (was: ERROR: Could not find a version that satisfies the requirement distro-info) #574
Comments
It's a bug in distro-info due to pip 21 being more picky about consistency in version numbers specified in the package. Affects charm-helpers. Also, pip 21 drops support for py27 which charm-helpers still supports, which means that charm-helpers isn't compatible with pip 21. Possible steps:
Thoughts on this approach? |
Note that using |
That makes sense now. Getting a deprecate warning or deleting Makefile would be nice though. If I find a Makefile in a new project to me, I always try to see
Yes, it will pass the prep phase and start executing tests. It will fail with some tests though, |
That's a fair point. We should really get rid of it; I think it's just old cruft now, (although there is a Makefile for sphinx, but we ought to push that to a tox.ini as well, to get it into a virtualenv). |
I don't believe this is an issue of charm-helpers itself, but still
make test
doesn't pass the phase of setting up the venv as follows. FWIW, I'm on Ubuntu 20.10, not 20.04 LTS.The text was updated successfully, but these errors were encountered: