mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07: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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user