ansible: explain make_check=no

This commit is contained in:
Jan Christian Grünhage 2021-10-14 22:11:14 +02:00 committed by Piotr
parent 446fb90863
commit 61472e2333
1 changed files with 3 additions and 0 deletions

View File

@ -11,4 +11,7 @@ license="GPL-3.0-or-later"
homepage="https://www.ansible.com/"
distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz"
checksum=2955fcbf51367f8bd88c38a86f8be83d4fcd05f778afb4feed31abfe8dcff639
# Tests are currently broken for ansible on python 3.10
# See https://github.com/ansible/ansible/issues/74658
# and https://github.com/ansible/ansible/issues/74660
make_check=no