ngz pushed a commit to branch python-team
in repository guix.

commit 311ac8a5674fe1d23e442784aa208766cf058e14
Author: Nicolas Graves <ngra...@ngraves.fr>
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 <m...@nicolasgoaziou.fr>
---
 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 3ba765d94f..6a293338c5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26669,7 +26669,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)))))

Reply via email to