~ruther/guix-local

dcf6ee11c79d3c0918d61d55d777649232888e04 — Sharlatan Hellseher 7 months ago 06c8ae0
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
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -1
@@ 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