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:
parent
91677b47b2
commit
c88c55d894
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue