andreas pushed a commit to branch python-team
in repository guix.

commit f67f1aa06882651b1cd12aaf17740368ea2e5356
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Tue Mar 25 08:56:45 2025 +0100

    gnu: python-nptyping: Ignore failing test.
    
    * gnu/packages/python-check.scm (python-nptyping)[arguments]
    {test-flags}: Ignore failing test.
    
    Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com>
---
 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 55cab3753e..f1fd90134e 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2637,6 +2637,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"

Reply via email to