~ruther/guix-local

d1705ff0452624f4404987414cdd9645ed60c097 — Sharlatan Hellseher 1 year, 5 months ago 01713f7
gnu: python-apache-libcloud: Disable tests.

* gnu/packages/python-xyz.scm (python-apache-libcloud) [arguments]
<tests?>: Tests require additional set up, disable for now.

Change-Id: I11648432145553ee20cf16db57a12c5fdbf65a99
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -1
@@ 27388,7 27388,8 @@ web frameworks.")
         "1b28j265kvibgxrgxx0gwfm6cmv252c8ph1j2vb0cpms8ph5if5v"))))
    (build-system python-build-system)
    (arguments
     '(#:phases
     '(#:tests? #f ; XXX: all tests fail requiring additional credentials
       #:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'patch-ssh
           (lambda* (#:key inputs #:allow-other-keys)