diff --git a/dev-python/psycopg/psycopg-3.2.6.ebuild b/dev-python/psycopg/psycopg-3.2.6.ebuild index e641108035515..81d2d087c1c9b 100644 --- a/dev-python/psycopg/psycopg-3.2.6.ebuild +++ b/dev-python/psycopg/psycopg-3.2.6.ebuild @@ -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 )