mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-kconfiglib: Disable tests.
* gnu/packages/python-xyz.scm (python-kconfiglib)[arguments] <tests?>: They require some set up. [native-inputs]: Remove python-wheel. Change-Id: I50b415a1564a9a831bf7383f6eb6f00b46cdd998
This commit is contained in:
parent
06c8ae0c3d
commit
dcf6ee11c7
1 changed files with 3 additions and 1 deletions
|
@ -7786,6 +7786,7 @@ something else) to Python data-types.")
|
|||
(base32
|
||||
"10zqvpaky51kgb8nd42bk7jwl8cn2zvayxjpdc1wwmpybj92x67s"))))))
|
||||
|
||||
;; XXX: See: <https://codeberg.org/guix/guix/issues/3029>.
|
||||
(define-public python-kconfiglib
|
||||
(package
|
||||
(name "python-kconfiglib")
|
||||
|
@ -7797,9 +7798,10 @@ something else) to Python data-types.")
|
|||
(sha256
|
||||
(base32 "0g690bk789hsry34y4ahvly5c8w8imca90ss4njfqf7m2qicrlmy"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ;tests require complex set up
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel
|
||||
`(,python "tk")))
|
||||
(home-page "https://github.com/ulfalizer/Kconfiglib")
|
||||
(synopsis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue