From 7316f1b13a748904aface66ec2e7985c32be68a0 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 11 Feb 2026 00:07:24 +0100 Subject: [PATCH] gnu: python-blurhash: Drop arguments. * gnu/packages/python-crypto.scm (python-blurhash)[arguments]: Drop them. Change-Id: Ib46376553e09b0bdfaa4469f6df6bb0985760a42 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-crypto.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 335efb2282..91d46edd7c 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")