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

commit 142487f93fec0f1fc53f216341c26bd9794e9804
Author: Nicolas Graves <[email protected]>
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 <[email protected]>
---
 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