mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
01713f7aef
commit
d1705ff045
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue