diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-26 23:00:15 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-27 21:37:16 +0100 |
| commit | 7ca5588e58d9a7dd06b07066593a8c4b0d3e9fd6 (patch) | |
| tree | c793de24f4f87ad3f561b800b94afcb80f1dbe10 /gnu/packages/python-xyz.scm | |
| parent | 13ce9973141091b2378083566f67b3e3d5f01a67 (diff) | |
gnu: python-zeroc-ice: Disable tests.
* gnu/packages/python-xyz.scm (python-zeroc-ice)[arguments] <tests?>:
Test provided in Git, but there is no tag reflecting PyPI archive.
[native-inputs]: Remove python-wheel.
Change-Id: I1a9b2453fc53589e1701e5eb7d78575416881734
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f30340c9c2..4031cc8b8d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -40186,8 +40186,16 @@ read all zbar supported codes.") (base32 "0r46q4hd7xbpvnidbra1prkg4xhmajxjjmclfqgp3pv0lgyslqxh")))) (build-system pyproject-build-system) + (arguments + ;; XXX: No tests in PyPI, tere are tests in Git, but there is no 3.7.10.1 + ;; tag. + ;; + ;; See: + ;; - URL: <https://raw.githubusercontent.com/zeroc-ice> + ;; - File: <ice/refs/heads/main/python/allTests.py> + (list #:tests? #f)) (inputs (list openssl)) - (native-inputs (list python-setuptools python-wheel)) + (native-inputs (list python-setuptools)) (home-page "https://zeroc.com") (synopsis "RPC framework") (description |
