1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

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>
This commit is contained in:
Nicolas Graves 2025-03-25 08:56:45 +01:00 committed by Andreas Enge
parent 91677b47b2
commit c88c55d894
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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"