From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5CC1E15808B for ; Sun, 20 Mar 2022 16:46:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EF25E0823; Sun, 20 Mar 2022 16:46:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BB14E0826 for ; Sun, 20 Mar 2022 16:46:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F06D342C86 for ; Sun, 20 Mar 2022 16:46:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C457632E for ; Sun, 20 Mar 2022 16:46:00 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1647784270.b42c6b0af3f1888ba017a0695ed356ec0cb293c7.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-mistralclient/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-mistralclient/python-mistralclient-4.4.0.ebuild X-VCS-Directories: dev-python/python-mistralclient/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: b42c6b0af3f1888ba017a0695ed356ec0cb293c7 X-VCS-Branch: dev Date: Sun, 20 Mar 2022 16:46:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bd1ceae0-96db-4cde-8130-89edb33e2d85 X-Archives-Hash: 30860764babac2d3158134eb5afd320f commit: b42c6b0af3f1888ba017a0695ed356ec0cb293c7 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Mar 20 13:51:10 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Mar 20 13:51:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b42c6b0a dev-python/python-mistralclient: ignore functional tests Closes: https://bugs.gentoo.org/830517 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/python-mistralclient/python-mistralclient-4.4.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/python-mistralclient/python-mistralclient-4.4.0.ebuild b/dev-python/python-mistralclient/python-mistralclient-4.4.0.ebuild index 82baf5146..d5fcded1b 100644 --- a/dev-python/python-mistralclient/python-mistralclient-4.4.0.ebuild +++ b/dev-python/python-mistralclient/python-mistralclient-4.4.0.ebuild @@ -3,6 +3,7 @@ EAPI=8 +EPYTEST_IGNORE=( mistralclient/tests/functional ) PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1