summaryrefslogtreecommitdiff
path: root/gnu/packages/python-compression.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-03 11:47:25 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-03 15:13:33 +0100
commit355547af0354d1b4fed416cd7bb797b777233ab7 (patch)
tree84399895aed82282260d33b35b4e32eb10e03681 /gnu/packages/python-compression.scm
parent6a29d42d304a4c97140d7d5a64fc75f4bdfdabc1 (diff)
gnu: python-lzstring: Disable tests.
* gnu/packages/python-compression.scm (python-lzstring)[arguments] <tests?>: No tests in PyPI. [native-inputs]: Remove python-wheel. Change-Id: I9ae57baffbfe2217db628fcf0ada41725aeb9b6a
Diffstat (limited to 'gnu/packages/python-compression.scm')
-rw-r--r--gnu/packages/python-compression.scm7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm
index b5db28d6eb2..f58b15525b9 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -689,8 +689,13 @@ the LZ4 frame format.")
689 (sha256 689 (sha256
690 (base32 "18ly9pppy2yspxzw7k1b23wk77k7m44rz2g0271bqgqrk3jn3yhs")))) 690 (base32 "18ly9pppy2yspxzw7k1b23wk77k7m44rz2g0271bqgqrk3jn3yhs"))))
691 (build-system pyproject-build-system) 691 (build-system pyproject-build-system)
692 (arguments
693 ;; No tests in PyPI, this project is a fork of
694 ;; <https://github.com/eduardtomasek/lz-string-python> and doesn't provide
695 ;; tags.
696 (list #:tests? #f))
692 (native-inputs 697 (native-inputs
693 (list python-setuptools python-wheel)) 698 (list python-setuptools))
694 (propagated-inputs 699 (propagated-inputs
695 (list python-future)) 700 (list python-future))
696 (home-page "https://github.com/gkovacs/lz-string-python") 701 (home-page "https://github.com/gkovacs/lz-string-python")