mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-08 11:40:32 -07:00
Restrict redis to < 4.1.0 for ansible-base 2.10. (#3955)
This commit is contained in:
parent
043b407412
commit
3f2364574d
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ esac
|
||||||
ansible-test env --timeout "${timeout}" --color -v
|
ansible-test env --timeout "${timeout}" --color -v
|
||||||
|
|
||||||
if [ "$2" == "2.10" ]; then
|
if [ "$2" == "2.10" ]; then
|
||||||
|
sed -i -E 's/^redis($| .*)/redis < 4.1.0/g' tests/unit/requirements.txt
|
||||||
sed -i -E 's/^python-gitlab($| .*)/python-gitlab < 2.10.1 ; python_version >= '\'3.6\''/g' tests/unit/requirements.txt
|
sed -i -E 's/^python-gitlab($| .*)/python-gitlab < 2.10.1 ; python_version >= '\'3.6\''/g' tests/unit/requirements.txt
|
||||||
echo "python-gitlab ; python_version < '3.6'" >> tests/unit/requirements.txt
|
echo "python-gitlab ; python_version < '3.6'" >> tests/unit/requirements.txt
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue