sharlatan pushed a commit to branch python-team
in repository guix.
commit 97cab9a6159b17d94b0d91239029613289a9e882
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri May 10 00:54:10 2024 +0200
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 <[email protected]>
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c8197414a5..948b006ba3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27133,7 +27133,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)))))