guix-commits
[Top][All Lists]
Advanced

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

95/150: gnu: python-docker-pycreds: Disable tests.


From: guix-commits
Subject: 95/150: gnu: python-docker-pycreds: Disable tests.
Date: Sun, 24 Apr 2022 05:12:28 -0400 (EDT)

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

commit 95b0241ca3577d6c639ce90c2e30bd20b9d231f0
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Jan 2 11:26:49 2022 +0100

    gnu: python-docker-pycreds: Disable tests.
    
    * gnu/packages/docker.scm (python-docker-pycreds)[arguments]: Disable tests.
---
 gnu/packages/docker.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index 3f52f4f8db..28ebda6a4e 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -148,7 +148,8 @@ created and all the services are started as specified in 
the configuration.")
           "1m44smrggnqghxkqfl7vhapdw89m1p3vdr177r6cq17lr85jgqvc"))))
     (build-system python-build-system)
     (arguments
-     `(#:phases
+     `(#:tests? #f ; Needs a docker credentials store.
+       #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'fix-versioning
            (lambda _



reply via email to

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