From 31564ec16477a3bdcf4799c632ae5542b610e92c Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Tue, 3 Sep 2024 19:23:20 +0200 Subject: gnu: python-geventhttpclient: Fix tests. Fixes . * gnu/packages/python-web.scm (python-geventhttpclient)[native-inputs]: Add nss-certs-for-test. Reported-by: Dr. Arne Babenhauserheide Change-Id: I22d0774a88b91e0d33191c0dea5b1aaafb992301 --- gnu/packages/python-web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') 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") -- cgit v1.2.3