From d01c1599b0e74852b23f37453e8bb1f5d8d2374a Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 1 Apr 2019 18:11:21 -0700 Subject: [PATCH] Remove redundant requirements from test. --- test/integration/targets/inventory_aws_conformance/runme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/inventory_aws_conformance/runme.sh b/test/integration/targets/inventory_aws_conformance/runme.sh index a57e13ec39..0f7413307a 100755 --- a/test/integration/targets/inventory_aws_conformance/runme.sh +++ b/test/integration/targets/inventory_aws_conformance/runme.sh @@ -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"