Uh oh!
There was an error while loading. Please reload this page.
Install requirements before make test - #575
Conversation
rtnpro
commented
Feb 25, 2016
LGTM 👍 @surajssd Please update your commit message to include |
surajssd
commented
Feb 25, 2016
df5e428 to
e42e49bComparedustymabe
commented
Feb 29, 2016
The only case where this would be bad is a setting where all of the requirements were installed via system packages (rpms) and not via pip. As long as we are ok with that.. LGTM. |
dustymabe
commented
Feb 29, 2016
surajssd
commented
Mar 1, 2016
The usage we are propagating is via |
dustymabe
commented
Mar 1, 2016
@surajssd - rebase to latest master and then we can merge. |
In a clean environment where nothing is installed and if I run `make test` then the required modules should be installed first. So before `make test` added pip install from requirements.txt and test-requirements.txt. Fixes issue projectatomic#574
e42e49b to
0a76aa2Comparedustymabe
commented
Mar 2, 2016
@surajssd - next time you comply with my request you might want to ping me :) - I don't get emails when new files are pushed up, but I do when comments are added. Just say "hey, I did that thing that you asked me to do". |
Install requirements before make test
surajssd
commented
Mar 3, 2016
@dustymabe thanks and will take care of it now on! |
In a clean environment where nothing is installed and if I run
make testthen the required modules should be installed first. So beforemake testadded pip install from requirements.txt and test-requirements.txt.