me
/
guix
Archived
1
0
Fork 0

gnu: python-ecdsa: Skip two failing tests.

* gnu/packages/python-crypto.scm (python-ecdsa)[arguments]: In 'check' phase,
skip a couple more tests.
master
John Kehayias 2023-04-23 20:46:29 -04:00
parent 4e0186ec7f
commit 94a2e94a26
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9
1 changed files with 8 additions and 0 deletions

View File

@ -226,6 +226,14 @@ Python interface around SSH networking concepts.")
"pytest" "pytest"
"-vv" "-vv"
"-k" "-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")))))) "not test_multithreading_with_interrupts"))))))
(propagated-inputs (propagated-inputs
(list python-six)) (list python-six))