Skip to content

Commit

Permalink
Fixes rich dependency issue in ansible-lint (#413)
Browse files Browse the repository at this point in the history
Fixes ImportError exceptioin when using rich >= 11.0.0 in ansible-lint:
ansible/ansible-lint#1795

Signed-off-by: Martin Perina <mperina@redhat.com>
  • Loading branch information
mwperina authored Jan 11, 2022
1 parent ed3a7f2 commit cf1a6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ mkdir -p $COLLECTION_DIR
cp -r $OVIRT_BUILD/* $COLLECTION_DIR
cd $COLLECTION_DIR

pip3 install rstcheck antsibull-changelog "ansible-lint<5.0.0"
pip3 install rstcheck antsibull-changelog "rich<11.0.0" "ansible-lint<5.0.0"

# The sanity import test failed with error. (https://github.com/ansible/ansible/issues/76473)
ansible-test sanity --skip-test import
Expand Down

0 comments on commit cf1a6ff

Please sign in to comment.