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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF13F1580B9 for ; Tue, 24 Aug 2021 18:17:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99529E0903; Tue, 24 Aug 2021 18:17:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80CF5E0903 for ; Tue, 24 Aug 2021 18:17:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7910833E3A9 for ; Tue, 24 Aug 2021 18:17:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0BEF8C6 for ; Tue, 24 Aug 2021 18:17:19 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1629828939.de43c83cfc12bbd0e0594bf654db45032e32e52f.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flexmock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flexmock/flexmock-0.10.6.ebuild X-VCS-Directories: dev-python/flexmock/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: de43c83cfc12bbd0e0594bf654db45032e32e52f X-VCS-Branch: master Date: Tue, 24 Aug 2021 18:17:19 +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: 733f6d7c-8639-48b0-a6e4-f24919ff63c0 X-Archives-Hash: 88e72772275dfdb833b4cb6be6ee5ebe commit: de43c83cfc12bbd0e0594bf654db45032e32e52f Author: Arthur Zamarin gentoo org> AuthorDate: Tue Aug 24 18:13:43 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Aug 24 18:15:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de43c83c dev-python/flexmock: fix tests with dev-python/flaky When dev-python/flaky is installed, a lot of tests fail, so disable the pytest plugin when running tests. Reported-by: Michał Górny gentoo.org> Signed-off-by: Arthur Zamarin gentoo.org> dev-python/flexmock/flexmock-0.10.6.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/flexmock/flexmock-0.10.6.ebuild b/dev-python/flexmock/flexmock-0.10.6.ebuild index 7280fd3db06..67922e50909 100644 --- a/dev-python/flexmock/flexmock-0.10.6.ebuild +++ b/dev-python/flexmock/flexmock-0.10.6.ebuild @@ -21,6 +21,10 @@ PATCHES=( "${FILESDIR}/${P}-fix-with_args-sys.stdout.write.patch" ) +python_test() { + epytest -p no:flaky +} + python_install_all() { distutils-r1_python_install_all dodoc -r docs