update from global requirements

Change-Id: Iac66906b7565d2ba43432b6b29f86b2a4487e7eb
This commit is contained in:
Andrey Pavlov 2015-07-01 17:00:45 +03:00
parent ebdf250bc2
commit 103062f57a
3 changed files with 2 additions and 3 deletions

View File

@ -141,8 +141,6 @@ EOF"
fi
sudo pip install -r test-requirements.txt
# botocore not in openstack requirements now, so install it manually
sudo pip install botocore
sudo OS_STDOUT_CAPTURE=-1 OS_STDERR_CAPTURE=-1 OS_TEST_TIMEOUT=500 OS_TEST_LOCK_PATH=${TMPDIR:-'/tmp'} \
python -m subunit.run discover -t ./ ./ec2api/tests/functional | subunit-2to1 | tools/colorizer.py
RETVAL=$?

View File

@ -1,3 +1,3 @@
#!/bin/bash -x
sudo pip install botocore
# Any preparation commands

View File

@ -1,6 +1,7 @@
argparse
Babel>=1.3
boto>=2.32.1
botocore>=1.0.0 # Apache-2.0
eventlet>=0.17.4
greenlet>=0.3.2
httplib2>=0.7.5