diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-28 16:34:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-28 16:34:17 +0000 |
commit | 6f01e0b78169aa58ecaa3310c4717bfe96a05d85 (patch) | |
tree | 3b4555217d33ce83c90d6fcb1d7b5aa77e974369 /run_unit_tests.sh | |
parent | e2d102a754ddcb3643deba19615f7846618092d2 (diff) | |
parent | e8ad51f917673d54d134d94ede7b6a9f407571f4 (diff) |
Merge "Lifted requirements.pip one level up to meet the basic structure of OpenStack project."
Diffstat (limited to 'run_unit_tests.sh')
-rwxr-xr-x | run_unit_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unit_tests.sh b/run_unit_tests.sh index 62836914..a8ce54c4 100755 --- a/run_unit_tests.sh +++ b/run_unit_tests.sh @@ -43,7 +43,7 @@ source $WORKSPACE/functest_venv/bin/activate # install python packages easy_install -U setuptools easy_install -U pip -pip install -r $WORKSPACE/docker/requirements.pip +pip install -r $WORKSPACE/requirements.txt pip install -e $WORKSPACE python $WORKSPACE/setup.py develop |