guix-commits
[Top][All Lists]
Advanced

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

99/103: gnu: python-docker-pycreds: Disable tests.


From: guix-commits
Subject: 99/103: gnu: python-docker-pycreds: Disable tests.
Date: Wed, 5 Jan 2022 09:44:43 -0500 (EST)

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

commit 9038c173eff65a5ba174c3019964b0e85ac4d84c
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 cdf62f5e9a..7065f2d137 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]