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")