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>
1 files changed, 5 insertions(+), 1 deletions(-) M gnu/packages/python-science.scm
M gnu/packages/python-science.scm => gnu/packages/python-science.scm +5 -1
@@ 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