guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-consul: Skip the test phase.


From: Leo Famulari
Subject: 01/03: gnu: python-consul: Skip the test phase.
Date: Tue, 16 Jan 2018 19:18:56 -0500 (EST)

lfam pushed a commit to branch core-updates
in repository guix.

commit aebd91bb9f9896c245535e6da5b0f06618596a29
Author: Leo Famulari <address@hidden>
Date:   Tue Jan 16 15:27:09 2018 -0800

    gnu: python-consul: Skip the test phase.
    
    * gnu/packages/python.scm (python-consul, python2-consul)[arguments]:
    Set #:tests? #f.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 99e5bd9..0489b15 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9373,8 +9373,8 @@ interface for programs.")
          (base32
           "0rfyxcy4cr3x848vhx876ifalxd5ghq6l5x813m49h4vq2d4jiq8"))))
     (build-system python-build-system)
-    (native-inputs
-     `(("python-pytest" ,python-pytest)))
+    (arguments
+     '(#:tests? #f)) ; The tests are not distributed
     (propagated-inputs
      `(("python-requests" ,python-requests)
        ("python-six" ,python-six)))



reply via email to

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