gnu: python-geventhttpclient: Fix tests.

Fixes <https://issues.guix.gnu.org/72950>.

* gnu/packages/python-web.scm (python-geventhttpclient)[native-inputs]: Add
  nss-certs-for-test.

Reported-by: Dr. Arne Babenhauserheide <arne_bab@web.de>
Change-Id: I22d0774a88b91e0d33191c0dea5b1aaafb992301
This commit is contained in:
Guillaume Le Vaillant 2024-09-03 19:23:20 +02:00
parent c843564a28
commit 31564ec164
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -4542,7 +4542,7 @@ (define-public python-geventhttpclient
;; Append the test modules to sys.path to avoid
;; namespace conflict which breaks SSL tests.
"--import-mode=append")))))))
(native-inputs (list python-dpkt python-pytest))
(native-inputs (list nss-certs-for-test python-dpkt python-pytest))
(propagated-inputs (list python-brotli python-certifi python-gevent
python-six python-urllib3))
(home-page "https://github.com/geventhttpclient/geventhttpclient")