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 C72E8158087 for ; Mon, 24 Jan 2022 22:14:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAE302BC01C; Mon, 24 Jan 2022 22:14:13 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0B2C2BC01C for ; Mon, 24 Jan 2022 22:14:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3714E342F34 for ; Mon, 24 Jan 2022 22:14:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CC592AE for ; Mon, 24 Jan 2022 22:14:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1643062182.899369c419a34f14510c830920a7643b10c9c9c1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-flakes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-flakes/pytest-flakes-4.0.4.ebuild X-VCS-Directories: dev-python/pytest-flakes/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 899369c419a34f14510c830920a7643b10c9c9c1 X-VCS-Branch: master Date: Mon, 24 Jan 2022 22:14:08 +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: 3b4ca15f-586f-462f-88c7-644c80633765 X-Archives-Hash: b581c626bf597351541a250861883688 commit: 899369c419a34f14510c830920a7643b10c9c9c1 Author: Michał Górny gentoo org> AuthorDate: Sun Jan 23 15:22:53 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 24 22:09:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=899369c4 dev-python/pytest-flakes: Enables pytest plugin explicitly Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-flakes/pytest-flakes-4.0.4.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest-flakes/pytest-flakes-4.0.4.ebuild b/dev-python/pytest-flakes/pytest-flakes-4.0.4.ebuild index ccb22189a668..2dbe18a13be2 100644 --- a/dev-python/pytest-flakes/pytest-flakes-4.0.4.ebuild +++ b/dev-python/pytest-flakes/pytest-flakes-4.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,3 +19,7 @@ RDEPEND=" dev-python/pytest[${PYTHON_USEDEP}]" distutils_enable_tests pytest + +python_test() { + epytest -p flakes +}