gnu: python-cffi: Ignore performance tests.

* gnu/packages/libffi.scm (python-cffi)[arguments]<#:tests?>: Ignore
performance tests.

Change-Id: Ic74ebfa42fd48d13ae539ea016eed8157012c11e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-11-01 17:24:44 +01:00 committed by Sharlatan Hellseher
parent 85682b915f
commit 32a47c8e39
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -116,7 +116,8 @@ conversions for values passed between the two languages.")
;; later, see
;; <https://foss.heptapod.net/pypy/cffi/-/issues/528>.
"--deselect=testing/cffi0/test_ffi_backend.py::TestFFI::test_dlopen_handle"
"--deselect=testing/cffi1/test_re_python.py::test_dlopen_handle")
"--deselect=testing/cffi1/test_re_python.py::test_dlopen_handle"
"--ignore=testing/embedding/test_performance.py")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'set-gcc