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:
Anna (cybertailor) Vyalkova
2022-11-28 01:06:37 +05:00
parent 08ac152c00
commit dace9e105e

View File

@@ -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
}