gnu: python-typeguard-4: Ignore failing tests.

* gnu/packages/python-xyz.scm (python-typeguard-4)
  [arguments]<#:test-flags>: Ignore failing tests.

Change-Id: I0e23eb81cab942c9838d9561268f51b57a461d89
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Nicolas Graves 2024-05-10 00:54:10 +02:00 committed by Sharlatan Hellseher
parent 8cb1f36593
commit 91f9fb68ac
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -27430,7 +27430,7 @@ with PEP 484 argument (and return) type annotations.")
(base32 "11yrc7pv2fajmicwiyc92sb5gphlw3zbxww8f2prrsh6rgdv6kqr"))))
(build-system pyproject-build-system)
(arguments
'())
(list #:test-flags '(list "--ignore=tests/mypy")))
(propagated-inputs (list python-typing-extensions))
(native-inputs (modify-inputs (package-native-inputs python-typeguard)
(append python-setuptools python-wheel)))))