mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-m2crypto: Disable tests because they are date-sensitive.
* gnu/packages/python-crypto.scm (python-m2crypto)[arguments]: Set '#:tests?' to '#f'.
This commit is contained in:
parent
014ef060ea
commit
f736dedc4f
1 changed files with 4 additions and 0 deletions
|
@ -1101,6 +1101,10 @@ provides drop-in compatibility with PyCrypto.")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09yirf3w77w6f49q6nxhrjm9c3a4y9s30s1k09chqrw8zdgx8sjc"))))
|
(base32 "09yirf3w77w6f49q6nxhrjm9c3a4y9s30s1k09chqrw8zdgx8sjc"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
`(;; FIXME: Tests start failing with time due to date checks in TLS
|
||||||
|
;; certificates.
|
||||||
|
#:tests? #f))
|
||||||
(inputs `(("openssl" ,openssl)))
|
(inputs `(("openssl" ,openssl)))
|
||||||
(native-inputs `(("swig" ,swig)))
|
(native-inputs `(("swig" ,swig)))
|
||||||
(home-page "https://gitlab.com/m2crypto/m2crypto")
|
(home-page "https://gitlab.com/m2crypto/m2crypto")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue