mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
5b23af3933
commit
fb6986a706
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user