From e8ad51f917673d54d134d94ede7b6a9f407571f4 Mon Sep 17 00:00:00 2001 From: helenyao Date: Thu, 24 Nov 2016 22:13:43 -0500 Subject: Lifted requirements.pip one level up to meet the basic structure of OpenStack project. JIRA: FUNCTEST-609 1. Lifted the requirements.pip 2. Renamed it to requirements.txt 3. Updated the areas that are affected Change-Id: If294f07fb5450f3ae6133fd46dc169b9bab451de Signed-off-by: helenyao --- run_unit_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_unit_tests.sh') diff --git a/run_unit_tests.sh b/run_unit_tests.sh index dc5a501a6..a2744037f 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 -- cgit 1.2.3-korg