summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/libffi.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm
index b530a01c42e..54489d36da6 100644
--- a/gnu/packages/libffi.scm
+++ b/gnu/packages/libffi.scm
@@ -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