mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-dnspython: Disable ECDSA tests.
* gnu/packages/python-xyz.scm (python-dnspython)[arguments]: Disable four tests. Change-Id: Ia8dad056dca0842cd709180c0819d595b171b18b
This commit is contained in:
parent
95b592644a
commit
0df58994ce
1 changed files with 7 additions and 1 deletions
|
@ -22967,7 +22967,13 @@ (define-public python-dnspython
|
|||
;; AssertionError: assert False
|
||||
"--deselect=tests/test_features.py::test_have"
|
||||
;; dns.exception.SyntaxError: protocol not found
|
||||
"--deselect=tests/test_rdata.py::RdataTestCase::test_misc_good_WKS_text")
|
||||
"--deselect=tests/test_rdata.py::RdataTestCase::test_misc_good_WKS_text"
|
||||
;; ECDSA with deterministic signature (RFC 6979) is not supported by
|
||||
;; this version of OpenSSL.
|
||||
"-k" (string-append "not testDeterministicSignatureECDSAP256SHA256"
|
||||
" and not testSignatureECDSAP256SHA256"
|
||||
" and not testSignatureECDSAP384SHA384"
|
||||
" and not test_ecdsa"))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-getprotobyname-calls
|
||||
|
|
Loading…
Reference in a new issue