summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-21 12:01:46 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:44 +0100
commit3b95f3885cd41ab6e379e298e48a51ae12c3a76e (patch)
treeee0d568b0a78eecfabf63c37eb7e3d3bde6086be
parent5562d1492bc188d57c7636514514ecd42099b276 (diff)
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
-rw-r--r--gnu/packages/admin.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 2cd866081f..3c7bebc189 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3350,7 +3350,7 @@ modules and plugins that extend Ansible.")
(patches
(search-patches "debops-setup-py-avoid-git.patch"))))
(build-system pyproject-build-system)
- (native-inputs (list python-setuptools python-wheel))
+ (native-inputs (list python-setuptools))
(inputs
(list ansible
encfs
@@ -3372,6 +3372,7 @@ modules and plugins that extend Ansible.")
python-toml))
(arguments
(list
+ #:tests? #f ;no tests
#:modules '((guix build pyproject-build-system)
(guix build utils)
(srfi srfi-26))