mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
85682b915f
commit
32a47c8e39
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue