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 a7b3372b35e3c..abd1bb9ba7686 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 }