~ruther/guix-local

c51a6bb807839f1efee50729449c3f1f09e30eb2 — Sharlatan Hellseher 6 months ago 6d8b4d8
gnu: python-cbor: Disable tests.

* gnu/packages/serialization.scm (python-cbor)[arguments] <tests?>:
Tests are broken.
[native-inputs]: Remove python-wheel.

Change-Id: I58ba2aa44cf3f07028ad352a064038484fb7c517
1 files changed, 5 insertions(+), 2 deletions(-)

M gnu/packages/serialization.scm
M gnu/packages/serialization.scm => gnu/packages/serialization.scm +5 -2
@@ 896,9 896,12 @@ validates a restricted subset of the YAML specification.")
        (base32
         "1dmv163cnslyqccrybkxn0c9s1jk1mmafmgxv75iamnz5lk5l8hk"))))
    (build-system pyproject-build-system)
    (arguments
     (list
      ;; Tests are broken upstrea, see <https://github.com/brianolson/cbor_py/issues/6>.
      #:tests? #f))
    (native-inputs
     (list python-setuptools
           python-wheel))
     (list python-setuptools))
    (home-page "https://github.com/brianolson/cbor_py")
    (synopsis "Implementation of the Concise Binary Object Representation")
    (description