guix-commits
[Top][All Lists]
Advanced

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

96/103: gnu: python-click-5: Disable failing test.


From: guix-commits
Subject: 96/103: gnu: python-click-5: Disable failing test.
Date: Wed, 5 Jan 2022 09:44:42 -0500 (EST)

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

commit bbe8cc6d2edc1d30515af8e9259ecc4deff97606
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 5c4eb25b21..30d07b1cec 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3332,7 +3332,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]