mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
c843564a28
commit
31564ec164
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue