~ruther/guix-local

aebd91bb9f9896c245535e6da5b0f06618596a29 — Leo Famulari 8 years ago a4f393b
gnu: python-consul: Skip the test phase.

* gnu/packages/python.scm (python-consul, python2-consul)[arguments]:
Set #:tests? #f.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -2
@@ 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)))