diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-02-11 00:07:24 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:36:17 +0100 |
| commit | 0237fe0dfac08e96cb5d384e2fde60ca8d818cff (patch) | |
| tree | b8c763164aec4b6f28ce6738d15de377b2159531 /gnu/packages/python-crypto.scm | |
| parent | 4d7f3edfbba81db78462e336922cbf0051cee5d8 (diff) | |
gnu: python-blurhash: Drop arguments.
* gnu/packages/python-crypto.scm (python-blurhash)[arguments]:
Drop them.
Change-Id: Ib46376553e09b0bdfaa4469f6df6bb0985760a42
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 9a074b58ba..888c1aaf9e 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -911,8 +911,6 @@ Cyclic Redundancy Check.") (sha256 (base32 "16xcjxiya773fp7bxs9i6y1wsjx88pdvlwj6bqyy9vf3ckcffcwm")))) (build-system pyproject-build-system) - (arguments - (list #:test-flags #~(list "-c" "/dev/null"))) (native-inputs (list python-numpy python-pillow python-pytest python-setuptools)) (home-page "https://github.com/halcy/blurhash-python") |
