mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
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:
parent
0e34f6146a
commit
045b792c15
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue