From 61472e2333324f9a88234a263b771ffd470afb2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Thu, 14 Oct 2021 22:11:14 +0200 Subject: [PATCH] ansible: explain make_check=no --- srcpkgs/ansible/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template index 42cbc79a180..47981ea3e8a 100644 --- a/srcpkgs/ansible/template +++ b/srcpkgs/ansible/template @@ -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