diff options
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 4e1aec4e0a8..b1d94e85b86 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -226,15 +226,12 @@ Python interface around SSH networking concepts.") | |||
| 226 | "pytest" | 226 | "pytest" |
| 227 | "-vv" | 227 | "-vv" |
| 228 | "-k" | 228 | "-k" |
| 229 | "not test_multithreading_with_interrupts" | 229 | (string-append |
| 230 | ;; The following test fails and will be fixed in the | 230 | "not test_multithreading_with_interrupts " |
| 231 | ;; next release after v0.18. See | 231 | ;; The following test fails and will be fixed in the |
| 232 | ;; <https://github.com/tlsfuzzer/python-ecdsa/issues/307>. | 232 | ;; next release after v0.18. See |
| 233 | "-k" | 233 | ;; <https://github.com/tlsfuzzer/python-ecdsa/issues/307>. |
| 234 | "not test_add_different_scale_points" | 234 | "and not test_add_different_scale_points"))))))) |
| 235 | ;; The following test needs a KeyboardInterrupt to occur. | ||
| 236 | "-k" | ||
| 237 | "not test_multithreading_with_interrupts")))))) | ||
| 238 | (propagated-inputs | 235 | (propagated-inputs |
| 239 | (list python-six)) | 236 | (list python-six)) |
| 240 | (native-inputs | 237 | (native-inputs |
