mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-authheaders: Fix tests.
* gnu/packages/mail.scm (python-authheaders)[arguments] <test-flags>: Skip one failing test. [native-inputs]: Remove python-wheel; add python-pytest. Change-Id: I5e1ca265fe14405c2d5cb634ac13071ea9988ef3
This commit is contained in:
parent
8a17c58ce3
commit
414cdf08b8
1 changed files with 5 additions and 1 deletions
|
@ -4743,11 +4743,15 @@ the RFC 8617 Authenticated Received Chain (ARC) protocol.")
|
||||||
(base32
|
(base32
|
||||||
"12hl93336w64iyqalpv4rma2ijigav68qy1xmgziibdi7inxr3hi"))))
|
"12hl93336w64iyqalpv4rma2ijigav68qy1xmgziibdi7inxr3hi"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
;; dns.resolver.NoResolverConfiguration: cannot open /etc/resolv.conf
|
||||||
|
#:test-flags #~(list "-k" "not test_authenticate_dmarc_psdsub")))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-authres python-dkimpy python-dnspython
|
(list python-authres python-dkimpy python-dnspython
|
||||||
python-publicsuffix2))
|
python-publicsuffix2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-setuptools python-wheel))
|
(list python-pytest python-setuptools))
|
||||||
(home-page "https://github.com/ValiMail/authentication-headers")
|
(home-page "https://github.com/ValiMail/authentication-headers")
|
||||||
(synopsis "Library wrapping email authentication header verification and generation")
|
(synopsis "Library wrapping email authentication header verification and generation")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue