From 82174b2742c2a59fd7959ba9acc80edd6f93d9f7 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Tue, 3 Sep 2024 13:36:31 -0400 Subject: gnu: python-httpx: Fix tests. * gnu/packages/python-web.scm (python-httpx)[native-inputs]: Add nss-certs-for-test. Change-Id: If8e98564e44a2e5e7bc520c31553aa83bc597946 --- gnu/packages/python-web.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 8db513fb5a..e02c0d8729 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6680,7 +6680,8 @@ Some things HTTP Core does do: ;; 'function' object has no attribute 'name'". " and not test_main")))) (native-inputs - (list python-cryptography + (list nss-certs-for-test + python-cryptography python-hatchling python-hatch-fancy-pypi-readme python-pytest -- cgit v1.2.3