mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Remove redundant requirements from test.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user