mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
dev-python/myst-parser: disable test failing on pypy3
Closes: https://bugs.gentoo.org/883185 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -48,6 +48,15 @@ distutils_enable_tests pytest
|
||||
# dev-python/sphinxext-opengraph \
|
||||
# dev-python/sphinxext-rediraffe
|
||||
|
||||
python_test() {
|
||||
[[ ${EPYTHON} == "pypy3" ]] &&
|
||||
local EPYTEST_DESELECT=(
|
||||
"tests/test_renderers/test_include_directive.py::test_errors[9-Non-existent path:]"
|
||||
)
|
||||
|
||||
epytest
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "linkify plugin support" dev-python/linkify-it-py
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user