dev-python/psycopg: Add deselects for 32-bit architectures

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-03-19 19:11:40 +01:00
parent efeead6b33
commit c2919fd7e2

View File

@@ -95,6 +95,15 @@ python_test() {
tests/test_dns_srv.py::test_srv
)
case ${ARCH} in
arm|x86)
EPYTEST_DESELECT+=(
# TODO
tests/types/test_numpy.py::test_classes_identities
)
;;
esac
local impls=( python )
if use native-extensions && [[ ${EPYTHON} != pypy3* ]]; then
impls+=( c )