commit: b1470c86d9dabfdb93168ce854b3ea10230f937a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 26 19:21:47 2026 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 19:24:01 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1470c86
dev-util/yamllint: add EPYTEST_PLUGINS
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-util/yamllint/yamllint-1.36.2.ebuild | 5 +++--
dev-util/yamllint/yamllint-1.37.1.ebuild | 1 +
dev-util/yamllint/yamllint-1.38.0.ebuild | 1 +
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-util/yamllint/yamllint-1.36.2.ebuild
b/dev-util/yamllint/yamllint-1.36.2.ebuild
index 3257d3b69539..2ff09c709e38 100644
--- a/dev-util/yamllint/yamllint-1.36.2.ebuild
+++ b/dev-util/yamllint/yamllint-1.36.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
@@ -20,4 +20,5 @@ RDEPEND="
dev-python/pyyaml[${PYTHON_USEDEP}]
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
diff --git a/dev-util/yamllint/yamllint-1.37.1.ebuild
b/dev-util/yamllint/yamllint-1.37.1.ebuild
index 93c078f0c8ff..2ff09c709e38 100644
--- a/dev-util/yamllint/yamllint-1.37.1.ebuild
+++ b/dev-util/yamllint/yamllint-1.37.1.ebuild
@@ -20,4 +20,5 @@ RDEPEND="
dev-python/pyyaml[${PYTHON_USEDEP}]
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
diff --git a/dev-util/yamllint/yamllint-1.38.0.ebuild
b/dev-util/yamllint/yamllint-1.38.0.ebuild
index edfb53e94f4f..22f57e136524 100644
--- a/dev-util/yamllint/yamllint-1.38.0.ebuild
+++ b/dev-util/yamllint/yamllint-1.38.0.ebuild
@@ -20,4 +20,5 @@ RDEPEND="
dev-python/pyyaml[${PYTHON_USEDEP}]
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest