commit:     899369c419a34f14510c830920a7643b10c9c9c1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 15:22:53 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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
+}

Reply via email to