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:
Nicolas Graves 2025-09-21 19:34:15 +02:00 committed by Sharlatan Hellseher
parent 4f523681f1
commit 7b411e25ff
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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