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

commit 2a3fd084f583d31e8d2d94e620b26b2272e525a9
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Wed Jan 12 14:48:38 2022 +0100

    gnu: python-ilinkedlist: Disable tests.
    
    * gnu/packages/python-xyz.scm (python-ilinkedlist)[arguments]: Disable
    tests.
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2dbd241ec5..bbdb00b856 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23411,6 +23411,7 @@ run on top of the dynamic task schedulers.")
         (base32
          "0nrw4sr3afldrp7073hvc0rgdz282s0l819jdmj1i6nn05v33h0l"))))
     (build-system python-build-system)
+    (arguments `(#:tests? #f)) ; No tests.
     (native-inputs (list python-pytest))
     (inputs (list python))
     (home-page "https://github.com/luther9/ilinkedlist-py";)

Reply via email to