Remove unnecessary test-requirements install

Sicne we've enabled `DEVSTACK_GATE_INSTALL_TESTONLY`, it is not
necessary to manually install test-requirements. This patch removes that
step from the job.

Change-Id: I90edb168ccf17700b741158790c7f19576e9a80d
This commit is contained in:
Flavio Percoco 2014-11-20 08:59:22 +01:00
parent 98244e3920
commit 98ff6c71ca
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@
export ZAQARCLIENT_TEST_FUNCTIONAL=1
function post_test_hook {{
cd /opt/stack/new/python-zaqarclient
pip install -r test-requirements.txt
nosetests tests.functional
}}