diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-03-25 08:56:45 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:21 +0200 |
commit | c88c55d89413c63ddb37e5c3bdb61daaff88c49c (patch) | |
tree | daabc698784093f1f73affff065df6e7a89b5225 /gnu/packages/python-check.scm | |
parent | 91677b47b289b156ad6ca37dde315d4ac83ec1f6 (diff) |
gnu: python-nptyping: Ignore failing test.
* gnu/packages/python-check.scm (python-nptyping)[arguments]
{test-flags}: Ignore failing test.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r-- | gnu/packages/python-check.scm | 2 |
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" |