gnu: python-cbor: Disable tests.

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

Change-Id: I58ba2aa44cf3f07028ad352a064038484fb7c517
This commit is contained in:
Sharlatan Hellseher 2025-09-21 18:45:41 +01:00
parent 0e34f6146a
commit 045b792c15
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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