dev-python/pygraphviz: enable py3.14, fix test collection

I've had to use a hack for test collection (Fedora seems to do the same)
as nothing was being collected for me.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-05-28 17:39:42 +01:00
parent 5b23af3933
commit fb6986a706
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
@ -39,7 +39,7 @@ src_configure() {
python_test() {
cd "${BUILD_DIR}"/install || die
epytest
epytest ./$(python_get_sitedir)/pygraphviz/tests
}
python_install_all() {