commit:     7c48a9239165606af59ac7222efdfb84d462d432
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  4 15:18:48 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct  4 15:34:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c48a923

dev-python/qstylizer: Enable py3.14

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

 dev-python/qstylizer/qstylizer-0.2.4.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-python/qstylizer/qstylizer-0.2.4.ebuild 
b/dev-python/qstylizer/qstylizer-0.2.4.ebuild
index a73a48d3b655..d28f78ab68a0 100644
--- a/dev-python/qstylizer/qstylizer-0.2.4.ebuild
+++ b/dev-python/qstylizer/qstylizer-0.2.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
 
 inherit distutils-r1
 
@@ -31,12 +31,9 @@ RDEPEND="
 
 BDEPEND="
        dev-python/pbr[${PYTHON_USEDEP}]
-       test? (
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-       )
 "
 
+EPYTEST_PLUGINS=( pytest-mock )
 distutils_enable_tests pytest
 distutils_enable_sphinx doc \
        dev-python/sphinx-rtd-theme \

Reply via email to