~ruther/guix-local

414cdf08b85aa316a0c6e7529929c08268f812f4 — Sharlatan Hellseher 7 months ago 8a17c58
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
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/mail.scm
M gnu/packages/mail.scm => gnu/packages/mail.scm +5 -1
@@ 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