ansible-core: explain make_check=no
This commit is contained in:
parent
342e68fac1
commit
446fb90863
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ distfiles="${PYPI_SITE}/a/ansible-core/ansible-core-${version}.tar.gz"
|
|||
checksum=93d50283c7c5b476debf83dc089b3f679b939a8b9a7b5d628d28daafbb3d303a
|
||||
conflicts="ansible<2.10.1_1"
|
||||
replaces="ansible-base<2.11.0_1"
|
||||
# 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
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue