commit: 95fed5dce5c34fd81fcc9fcd66619e3659ef96b1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Nov 21 14:08:35 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Nov 21 19:04:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95fed5dc
dev-python/fonttools: Update deselected tests for pypy3_10 fix Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/fonttools/fonttools-4.45.0.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/fonttools/fonttools-4.45.0.ebuild b/dev-python/fonttools/fonttools-4.45.0.ebuild index f21d112c4c8b..3d1e57011c88 100644 --- a/dev-python/fonttools/fonttools-4.45.0.ebuild +++ b/dev-python/fonttools/fonttools-4.45.0.ebuild @@ -73,7 +73,11 @@ src_test() { python_test() { local EPYTEST_DESELECT=() if [[ ${EPYTHON} == pypy3 ]] && - has_version "dev-python/pyxattr[${PYTHON_USEDEP}]" + has_version "dev-python/pyxattr[${PYTHON_USEDEP}]" && + { + has_version "<dev-python/pypy3_10-exe-7.3.13_p2" || + has_version "<dev-python/pypy3_10-exe-bin-7.3.13_p2" + } then EPYTEST_DESELECT+=( # affected by a bug in PyPy/pyxattr