diff --git a/dev-python/pgspecial/pgspecial-2.2.1.ebuild b/dev-python/pgspecial/pgspecial-2.2.1.ebuild index 27e9bdd58e190..4d58910e01fa3 100644 --- a/dev-python/pgspecial/pgspecial-2.2.1.ebuild +++ b/dev-python/pgspecial/pgspecial-2.2.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 pypi @@ -30,6 +30,7 @@ BDEPEND=" ) " +EPYTEST_PLUGINS=() distutils_enable_tests pytest DOCS=( License.txt README.rst changelog.rst )