Closed TomasTomecek closed 6 years ago
Thanks a lot. situation with various requiremetns is very unclear.
could be improved, for example, docker files for tests contain explicit using pip/pip3, in vagrant, there were used way with make, in make file there is just pip install . and not pip and pip3 install together
and also that situation with requirements.in
and requirements.txt
what is sometimes (I don't know exactly when) updated by this .in
file
How is this supposed to fix anything when enum34 is already in requirements.txt ?
2 things:
Ok, I personally prefer not to duplicate things, other than in cases documented here.
But if you want it, then you're still missing python[2|3]-six
, python[2|3]-docker
and python[2|3]-kubernetes
.
okay, that makes sense, let's fix the doc string then
And also I think that installing the rpms is quite useless since there are exact versions in requirements.txt so the pip install
will uninstall the rpm versions and install different ones.
jeeeesh, cut me some slack, dude
Okay, we actually do pip install --user
, so nothing gets uninstalled.
PTAL
related https://github.com/user-cont/conu/pull/290