~ruther/guix-local

c88c55d89413c63ddb37e5c3bdb61daaff88c49c — Nicolas Graves 1 year, 3 months ago 91677b4
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>
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/python-check.scm
M gnu/packages/python-check.scm => gnu/packages/python-check.scm +2 -0
@@ 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"