guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 99fc7c165119ab179662bdc3888497620c67634a
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Feb 11 00:07:24 2026 +0100

    gnu: python-blurhash: Drop arguments.
    
    * gnu/packages/python-crypto.scm (python-blurhash)[arguments]:
    Drop them.
    
    Change-Id: Ib46376553e09b0bdfaa4469f6df6bb0985760a42
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 f696a3247c..e0753ba386 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -904,8 +904,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";)

Reply via email to