diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-13 00:52:14 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-13 12:00:49 +0100 |
| commit | 94dca815707ec4bef0d405962f3770ba7026c2ac (patch) | |
| tree | 2202d74417143108b3e91f6d04b1c7bc707a2416 /gnu | |
| parent | 717ffde9106f29b0a01d8f4eaf9f5238abd6a4ef (diff) | |
gnu: python-nampa: Disable missing tests.
* gnu/packages/python-xyz.scm (python-nampa)[arguments] <tests?>: No
tests in PyPI archvie.
[native-inputs]: Remove python-wheel.
Change-Id: I60d757d74e6243eb81bdb64433878fa64edb8f4f
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bf09bf67cad..790eefed47b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -35051,8 +35051,10 @@ were local.") (sha256 (base32 "0k6cq2gflpkm40qhgqbbcjmq5lq589c15bmk567qyh3d08062hvd")))) (build-system pyproject-build-system) + (arguments + (list #:tests? #f)) ;no tests in PyPI archvie, no 0.1.1 tag in Git (propagated-inputs (list python-future)) - (native-inputs (list python-setuptools python-wheel)) + (native-inputs (list python-setuptools)) (home-page "https://github.com/thebabush/nampa") (synopsis "Python implementation of IDA Pro's FLIRT technology") (description |
