Remove redundant requirements from test.
This commit is contained in:
parent
c40f41d519
commit
d01c1599b0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -eux
|
|||
|
||||
source virtualenv.sh
|
||||
|
||||
pip install "python-dateutil>=2.1,<2.7.0" jmespath "Jinja2>=2.10" PyYaml cryptography paramiko
|
||||
pip install "python-dateutil>=2.1,<2.7.0" jmespath "Jinja2>=2.10"
|
||||
|
||||
# create boto3 symlinks
|
||||
ln -s "$(pwd)/lib/boto" "$(pwd)/lib/boto3"
|
||||
|
|
Loading…
Reference in a new issue