commit:     4b2249c3fddc596c6cc9f1d1306f7168a64d1c67
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 15:21:46 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 24 22:09:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2249c3

dev-python/pytest-flake8: Enable pytest-flake8 plugin explicitly

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
index 6398ac03bfb8..907b852ec5cb 100644
--- a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
+++ b/dev-python/pytest-flake8/pytest-flake8-1.0.7.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=7
@@ -17,3 +17,7 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 
x86"
 RDEPEND=">=dev-python/flake8-3.5.0[${PYTHON_USEDEP}]"
 
 distutils_enable_tests pytest
+
+python_test() {
+       epytest -p flake8
+}

Reply via email to