diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2024-09-03 19:23:20 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2024-09-03 19:23:20 +0200 |
commit | 31564ec16477a3bdcf4799c632ae5542b610e92c (patch) | |
tree | 7f8f336f3fd6fca1f1bde91f7b3d70e537fae914 /gnu/packages | |
parent | c843564a28b01c900e012c804b5c8721e9762edc (diff) | |
download | guix-31564ec16477a3bdcf4799c632ae5542b610e92c.tar.gz guix-31564ec16477a3bdcf4799c632ae5542b610e92c.zip |
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
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 98e9de4533..8db513fb5a 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4542,7 +4542,7 @@ for the basic TCP/IP protocols.") ;; 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") |