mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
dev-python/psycopg: Add deselects for 32-bit architectures
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user