dev-python/fontFeatures: disable broken tests

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2023-05-09 20:24:28 +05:00
parent 8b2c0f0904
commit 01e8c59b3b
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1

View File

@ -38,8 +38,19 @@ PDEPEND=">=dev-python/glyphtools-0.7.0[${PYTHON_USEDEP}]"
DOCS=( {CHANGES,NEW-FORMAT,README}.md )
EPYTEST_DESELECT=(
tests/test_anchors.py::TestAnchors::test_markbase
tests/test_chaining.py::TestChaining::test_ignore
"tests/test_fea_parser.py::test_round_trip[mark_attachment]"
)
distutils_enable_tests pytest
python_test() {
local -x CI=1
epytest
}
pkg_postinst() {
optfeature "shaper support" "dev-python/babelfont dev-python/youseedee"
}