diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-21 18:45:41 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:51 +0100 |
| commit | c51a6bb807839f1efee50729449c3f1f09e30eb2 (patch) | |
| tree | 388dd6cd17a083ccd594df6b5a029101becc17fd /gnu/packages | |
| parent | 6d8b4d81bf32cc95eaeee2fe342bd527bd2facdb (diff) | |
gnu: python-cbor: Disable tests.
* gnu/packages/serialization.scm (python-cbor)[arguments] <tests?>:
Tests are broken.
[native-inputs]: Remove python-wheel.
Change-Id: I58ba2aa44cf3f07028ad352a064038484fb7c517
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/serialization.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index aa4fb15c5f1..1f499b83f42 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm | |||
| @@ -896,9 +896,12 @@ validates a restricted subset of the YAML specification.") | |||
| 896 | (base32 | 896 | (base32 |
| 897 | "1dmv163cnslyqccrybkxn0c9s1jk1mmafmgxv75iamnz5lk5l8hk")))) | 897 | "1dmv163cnslyqccrybkxn0c9s1jk1mmafmgxv75iamnz5lk5l8hk")))) |
| 898 | (build-system pyproject-build-system) | 898 | (build-system pyproject-build-system) |
| 899 | (arguments | ||
| 900 | (list | ||
| 901 | ;; Tests are broken upstrea, see <https://github.com/brianolson/cbor_py/issues/6>. | ||
| 902 | #:tests? #f)) | ||
| 899 | (native-inputs | 903 | (native-inputs |
| 900 | (list python-setuptools | 904 | (list python-setuptools)) |
| 901 | python-wheel)) | ||
| 902 | (home-page "https://github.com/brianolson/cbor_py") | 905 | (home-page "https://github.com/brianolson/cbor_py") |
| 903 | (synopsis "Implementation of the Concise Binary Object Representation") | 906 | (synopsis "Implementation of the Concise Binary Object Representation") |
| 904 | (description | 907 | (description |
