guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

204/474: gnu: python-typeguard-4: Ignore failing tests.


From: guix-commits
Subject: 204/474: gnu: python-typeguard-4: Ignore failing tests.
Date: Sat, 30 Nov 2024 18:20:20 -0500 (EST)

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

commit 01cdeb41d2564ea42d0e2d74c4839f1025f04d14
Author: Nicolas Graves <ngraves@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 <mail@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 a6269e299e..c07a3f19bd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27346,7 +27346,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

[Prev in Thread] Current Thread [Next in Thread]