summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-check.scm2
1 files changed, 2 insertions, 0 deletions
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"