commit:     2c317d85ef5412ff230332a2ce2d7d92e221ffda
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 11:43:52 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 11:47:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c317d85

dev-python/fonttools: Deselect a flaky test

Closes: https://bugs.gentoo.org/921611
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/fonttools/fonttools-4.47.0.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/fonttools/fonttools-4.47.0.ebuild 
b/dev-python/fonttools/fonttools-4.47.0.ebuild
index 81c1ef41f036..89f34fb80599 100644
--- a/dev-python/fonttools/fonttools-4.47.0.ebuild
+++ b/dev-python/fonttools/fonttools-4.47.0.ebuild
@@ -72,7 +72,11 @@ src_test() {
 }
 
 python_test() {
-       local EPYTEST_DESELECT=()
+       local EPYTEST_DESELECT=(
+               # flaky test
+               
Tests/ttLib/woff2_test.py::WOFF2ReaderTest::test_get_normal_tables
+       )
+
        if [[ ${EPYTHON} == pypy3 ]] &&
                has_version "dev-python/pyxattr[${PYTHON_USEDEP}]" &&
                {

Reply via email to