diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-11-01 17:24:44 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:28 +0100 |
| commit | e9b2aec4c76c7b50b7713ba80a40da181b4efd3f (patch) | |
| tree | f541509ca9010f0a3176293a385d3ca467c26069 /gnu/packages/libffi.scm | |
| parent | a01d406b6d2aa6abad8ebe64bc70b247e1bc6ea0 (diff) | |
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>
Diffstat (limited to 'gnu/packages/libffi.scm')
| -rw-r--r-- | gnu/packages/libffi.scm | 3 |
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 |
