diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-05-10 00:54:10 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-14 23:53:20 +0100 |
commit | 800d3aa235322767a65fc1f355183e119d20220e (patch) | |
tree | 734dc15bfed59948394a1b225abeae20b9435273 | |
parent | 2471ef48db06a11567294f49bd2daff57ac8486d (diff) |
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>
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e8d548efe9..100b4df090 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27075,7 +27075,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))))) |