From 3ca4ed03be7930a370e9fb895c24aac635811b3b Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 19 May 2017 23:11:21 +0200 Subject: Install releng via requirements.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It should work in all branches if the right requirements.txt is selected. Change-Id: I9c46cd52496528835a92e371320debf92117b4fa Signed-off-by: Cédric Ollivier --- run_unit_tests.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'run_unit_tests.sh') diff --git a/run_unit_tests.sh b/run_unit_tests.sh index c4973ab65..3eb2cda8d 100755 --- a/run_unit_tests.sh +++ b/run_unit_tests.sh @@ -27,12 +27,6 @@ pip install -r $WORKSPACE/requirements.txt pip install -r $WORKSPACE/test-requirements.txt pip install $WORKSPACE -#install releng -rm -rf releng-unittests -git clone --depth 1 https://gerrit.opnfv.org/gerrit/releng releng-unittests -pip install releng-unittests/modules/ -rm -fr releng-unittests - nosetests --with-xunit \ --with-coverage \ --cover-tests \ -- cgit 1.2.3-korg