gnu: debops: Skip check phase as no tests.

* gnu/packages/admin.scm (debops)[arguments] <tests?>: No tests.
[native-inputs]: Remove python-wheel.

Change-Id: Ic7d5ef355e5b2ca0cea8b605cb8c240fa8d1e46a
This commit is contained in:
Sharlatan Hellseher 2025-09-21 12:01:46 +01:00
parent 5562d1492b
commit 3b95f3885c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3350,7 +3350,7 @@ modules and plugins that extend Ansible.")
(patches (patches
(search-patches "debops-setup-py-avoid-git.patch")))) (search-patches "debops-setup-py-avoid-git.patch"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(native-inputs (list python-setuptools python-wheel)) (native-inputs (list python-setuptools))
(inputs (inputs
(list ansible (list ansible
encfs encfs
@ -3372,6 +3372,7 @@ modules and plugins that extend Ansible.")
python-toml)) python-toml))
(arguments (arguments
(list (list
#:tests? #f ;no tests
#:modules '((guix build pyproject-build-system) #:modules '((guix build pyproject-build-system)
(guix build utils) (guix build utils)
(srfi srfi-26)) (srfi srfi-26))