guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: python-pyopenssl: Skip a test that assumes


From: guix-commits
Subject: branch staging updated: gnu: python-pyopenssl: Skip a test that assumes a 64-bit system.
Date: Mon, 04 Jan 2021 20:27:35 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new b3ec777  gnu: python-pyopenssl: Skip a test that assumes a 64-bit 
system.
b3ec777 is described below

commit b3ec77723d5d1c75155da635b277b54e29c68b23
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Jan 4 20:23:40 2021 -0500

    gnu: python-pyopenssl: Skip a test that assumes a 64-bit system.
    
    * gnu/packages/python-crypto.scm (python-pyopenssl)[arguments]: Skip another
    test in the 'check' phase.
---
 gnu/packages/python-crypto.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index ce22cc0..96801e9 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -596,7 +596,10 @@ message digests and key derivation functions.")
                       "not test_fallback_default_verify_paths "
                       ;; This test attempts to make a connection to
                       ;; an external web service.
-                      "and not test_set_default_verify_paths")))))))
+                      "and not test_set_default_verify_paths "
+                      ;; Fails on i686-linux and possibly other 32-bit 
platforms
+                      ;; https://github.com/pyca/pyopenssl/issues/974
+                      "and not test_verify_with_time")))))))
     (propagated-inputs
      `(("python-cryptography" ,python-cryptography)
        ("python-six" ,python-six)))



reply via email to

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