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:
Sharlatan Hellseher 2025-09-26 22:27:57 +01:00
parent 06c8ae0c3d
commit dcf6ee11c7
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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