mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/fonttools: Update deselected tests for pypy3_10 fix
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user