From c88c55d89413c63ddb37e5c3bdb61daaff88c49c Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 25 Mar 2025 08:56:45 +0100 Subject: [PATCH] gnu: python-nptyping: Ignore failing test. * gnu/packages/python-check.scm (python-nptyping)[arguments] {test-flags}: Ignore failing test. Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-check.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 3871e4a248..bed5817c6d 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -2671,6 +2671,8 @@ them using any Python VM with basically no runtime overhead.") (list #:test-flags #~(list + ;; This one started failing with the last update of Numpy. + "--ignore=tests/test_beartype.py" ;; Multiple failures due to undefined names (typing package must be ;; too outdated, or perhaps they use a newer pandas). "--ignore=tests/test_mypy.py"