dev-python/fonttools: Update deselected tests for pypy3_10 fix

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-11-21 15:08:35 +01:00
parent 6335d1e180
commit 95fed5dce5

View File

@@ -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