mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
committed by
Andreas Enge
parent
a01d406b6d
commit
e9b2aec4c7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user