guix-commits
[Top][All Lists]
Advanced

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

92/150: gnu: python-click-5: Disable failing test.


From: guix-commits
Subject: 92/150: gnu: python-click-5: Disable failing test.
Date: Sun, 24 Apr 2022 05:12:28 -0400 (EDT)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit a677eb1efe29a0003ab5755ada53e13e411d48db
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sat Jan 1 16:11:29 2022 +0100

    gnu: python-click-5: Disable failing test.
    
    * gnu/packages/python-xyz.scm (python-click-5)[arguments]: Disable
    failing test.
---
 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 e24dec7dd6..b142bc5153 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3425,7 +3425,7 @@ with sensible defaults out of the box.")
        (uri (pypi-uri "click" version))
        (sha256
         (base32 "0njsm0wn31l21bi118g5825ma5sa3rwn7v2x4wjd7yiiahkri337"))))
-    (arguments `())))
+    (arguments `(#:test-flags '("-vv" "-k" "not test_legacy_callbacks")))))
 
 (define-public python-cligj
   (package



reply via email to

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