mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
dev-python/fontFeatures: disable broken tests
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
8b2c0f0904
commit
01e8c59b3b
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user