guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: python-m2crypto: Disable tests because they are date-sensiti


From: guix-commits
Subject: 01/02: gnu: python-m2crypto: Disable tests because they are date-sensitive.
Date: Tue, 9 Mar 2021 23:02:33 -0500 (EST)

lle_bout pushed a commit to branch master
in repository guix.

commit f736dedc4f5d3a2702dea59f692ff3ac9bb3a978
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Wed Mar 10 04:57:58 2021 +0100

    gnu: python-m2crypto: Disable tests because they are date-sensitive.
    
    * gnu/packages/python-crypto.scm (python-m2crypto)[arguments]: Set 
'#:tests?'
    to '#f'.
---
 gnu/packages/python-crypto.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index bf39f12..2712482 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1101,6 +1101,10 @@ provides drop-in compatibility with PyCrypto.")))
        (sha256
         (base32 "09yirf3w77w6f49q6nxhrjm9c3a4y9s30s1k09chqrw8zdgx8sjc"))))
     (build-system python-build-system)
+    (arguments
+     `(;; FIXME: Tests start failing with time due to date checks in TLS
+       ;; certificates.
+       #:tests? #f))
     (inputs `(("openssl" ,openssl)))
     (native-inputs `(("swig" ,swig)))
     (home-page "https://gitlab.com/m2crypto/m2crypto";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]