commit:     01e8c59b3bde05339c9a225ca4e24ea855f4857b
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May  9 15:24:28 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May  9 15:24:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01e8c59b

dev-python/fontFeatures: disable broken tests

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/fontFeatures/fontFeatures-1.7.4.ebuild | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild 
b/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild
index ff042801c..01136a40a 100644
--- a/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild
+++ b/dev-python/fontFeatures/fontFeatures-1.7.4.ebuild
@@ -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"
 }

Reply via email to