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:
Sharlatan Hellseher 2025-02-25 10:23:28 +00:00
parent 01713f7aef
commit d1705ff045
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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)