guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: python-ecdsa: Skip two failing tests.


From: guix-commits
Subject: branch core-updates updated: gnu: python-ecdsa: Skip two failing tests.
Date: Sun, 23 Apr 2023 20:48:55 -0400

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

podiki pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 94a2e94a26 gnu: python-ecdsa: Skip two failing tests.
94a2e94a26 is described below

commit 94a2e94a26fde164614f42083134e42536890a8d
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Sun Apr 23 20:46:29 2023 -0400

    gnu: python-ecdsa: Skip two failing tests.
    
    * gnu/packages/python-crypto.scm (python-ecdsa)[arguments]: In 'check' 
phase,
    skip a couple more tests.
---
 gnu/packages/python-crypto.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 3e7704bf48..4e1aec4e0a 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -226,6 +226,14 @@ Python interface around SSH networking concepts.")
                       "pytest"
                       "-vv"
                       "-k"
+                      "not test_multithreading_with_interrupts"
+                      ;; The following test fails and will be fixed in the
+                      ;; next release after v0.18.  See
+                      ;; 
<https://github.com/tlsfuzzer/python-ecdsa/issues/307>.
+                      "-k"
+                      "not test_add_different_scale_points"
+                      ;; The following test needs a KeyboardInterrupt to occur.
+                      "-k"
                       "not test_multithreading_with_interrupts"))))))
     (propagated-inputs
      (list python-six))



reply via email to

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