guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 7f2f1d5d896b6d964f67b2f27812f99f3245d8b3
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Nov 1 17:24:44 2025 +0100
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 <[email protected]>
---
gnu/packages/libffi.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm
index b530a01c42..54489d36da 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