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:
Sharlatan Hellseher 2025-09-29 00:06:49 +01:00
parent 8a17c58ce3
commit 414cdf08b8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4743,11 +4743,15 @@ the RFC 8617 Authenticated Received Chain (ARC) protocol.")
(base32
"12hl93336w64iyqalpv4rma2ijigav68qy1xmgziibdi7inxr3hi"))))
(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
(list python-authres python-dkimpy python-dnspython
python-publicsuffix2))
(native-inputs
(list python-setuptools python-wheel))
(list python-pytest python-setuptools))
(home-page "https://github.com/ValiMail/authentication-headers")
(synopsis "Library wrapping email authentication header verification and generation")
(description