Remove redundant requirements from test.

pull/4420/head
Matt Clay 2019-04-01 18:11:21 -07:00
parent c40f41d519
commit d01c1599b0
1 changed files with 1 additions and 1 deletions

View File

@ -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"