Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-flakes/
Date: Mon, 24 Jan 2022 22:14:16
Message-Id: 1643062182.899369c419a34f14510c830920a7643b10c9c9c1.mgorny@gentoo
1 commit: 899369c419a34f14510c830920a7643b10c9c9c1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 23 15:22:53 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 22:09:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=899369c4
7
8 dev-python/pytest-flakes: Enables pytest plugin explicitly
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-flakes/pytest-flakes-4.0.4.ebuild | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-flakes/pytest-flakes-4.0.4.ebuild b/dev-python/pytest-flakes/pytest-flakes-4.0.4.ebuild
16 index ccb22189a668..2dbe18a13be2 100644
17 --- a/dev-python/pytest-flakes/pytest-flakes-4.0.4.ebuild
18 +++ b/dev-python/pytest-flakes/pytest-flakes-4.0.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -19,3 +19,7 @@ RDEPEND="
26 dev-python/pytest[${PYTHON_USEDEP}]"
27
28 distutils_enable_tests pytest
29 +
30 +python_test() {
31 + epytest -p flakes
32 +}