mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 10:03:30 -04:00
dev-python/sphinx-last-updated-by-git: enable pypy3_11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
@@ -23,6 +23,8 @@ RDEPEND="
|
||||
>=dev-python/sphinx-1.8[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=( pytest-import-check )
|
||||
|
||||
# Tests require to clone a Git repo. While this can be worked around by using
|
||||
# git-bundle, tests still fail because Sphinx makes some warnings fatal.
|
||||
distutils_enable_tests import-check
|
||||
|
||||
Reference in New Issue
Block a user