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