mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ndindex: Ignore flaky test.
* gnu/packages/python-science.scm (python-ndindex)[arguments] <#:test-flags>: Ignore flaky test. Change-Id: Ia47bfb8fee9e87cec5c4e4f28a1f08b3cdfac259 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
4f523681f1
commit
7b411e25ff
1 changed files with 5 additions and 1 deletions
|
@ -1907,7 +1907,11 @@ between dataframe libraries.
|
|||
(sha256
|
||||
(base32 "1lpgsagmgxzsas7g8yiv6wmyss8q57w92h70fn11rnpadsvx16xz"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments (list #:test-flags #~(list "-c" "/dev/null"))) ;avoid coverage
|
||||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
#~(list "-c" "/dev/null" ;avoid coverage
|
||||
"-k" "not test_iter_indices_matmul"))) ; flaky
|
||||
(native-inputs
|
||||
(list python-cython
|
||||
python-numpy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue