diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-01 14:29:40 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-01 15:02:06 +0100 |
| commit | 2605ef607e707be2158868e994b065bc8ae2a6dc (patch) | |
| tree | 1ee81a9433824ef1a14a0d7e5a16200f4396cfaa | |
| parent | 9aea4bdf0167db3364fea1df80a20b87a6d3294c (diff) | |
gnu: python-pybktree: Disable tests.
* gnu/packages/python-xyz.scm (python-pybktree)[argumens] <tests?>: No tests.
[native-inputs]: Remove python-wheel.
Change-Id: I6663ce2a60a78ec89a4b26653546aab9a7fbe256
| -rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9ce26e5a42..6161792e6d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -29193,6 +29193,7 @@ working with iterables.") Python.") (license license:expat))) +;; XXX: Not maintained since 2020. (define-public python-pybktree (package (name "python-pybktree") @@ -29204,7 +29205,9 @@ Python.") (sha256 (base32 "0asd2lw9c5l5wi4z24k7gkhlprpdkcvs8d94szk56x9xvmy07h7f")))) (build-system pyproject-build-system) - (native-inputs (list python-setuptools python-wheel)) + (arguments + (list #:tests? #f)) ;no tests provided + (native-inputs (list python-setuptools)) (home-page "https://github.com/Jetsetter/pybktree") (synopsis "Pythonic BK-tree data structure") (description |
