diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-22 22:08:54 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:56 +0100 |
| commit | 884fe1b5ab9b10d5d0befa188c977940799eda0b (patch) | |
| tree | 8c510b2821b3c1af7ccad1b15f31a9225cb0c6ee /gnu/packages/python-xyz.scm | |
| parent | 492bfd2b212ae4bce7134ae266538452651cc879 (diff) | |
gnu: python-cykhash: Disalbe tests.
* gnu/packages/python-xyz.scm (python-cykhash)[arguments] <tests?>: No
tests in PyPI, git does not provide 2.0.1 tag or any newer.
[native-inputs]: Remove python-wheel.
Change-Id: Id356556121023a1ad3077d190d0f153de903a91a
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 96cdf78374..df60dac36e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10397,9 +10397,11 @@ provides additional functionality on the produced Mallard documents.") (sha256 (base32 "1xwpxff4whfvkwvcyhzhdcj5zzq89vvdjmnqy664s4a9yp4lnydl")))) (build-system pyproject-build-system) - (native-inputs (list python-cython - python-setuptools - python-wheel)) + (arguments + (list #:tests? #f)) ;no tests in PyPI, 2.0.1 is not tagged in git + (native-inputs + (list python-cython + python-setuptools)) (home-page "https://github.com/realead/cykhash") (synopsis "Khash-sets and maps") (description |
