commit: b2cbc2f2988e5df2d0d405388252bd49c57e92a3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 6 17:58:48 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 6 18:15:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2cbc2f2
dev-python/sphinxcontrib-spelling: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-8.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-8.0.1.ebuild
b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-8.0.1.ebuild
index a7b3372b35e3..abd1bb9ba768 100644
--- a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-8.0.1.ebuild
+++ b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-8.0.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
@@ -30,6 +30,7 @@ BDEPEND="
)
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
python_compile() {
@@ -49,6 +50,5 @@ python_test() {
distutils_write_namespace sphinxcontrib
rm -rf sphinxcontrib || die
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest tests
}