From c843564a28b01c900e012c804b5c8721e9762edc Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Tue, 3 Sep 2024 11:27:30 -0400 Subject: gnu: python-httpcore: Fix tests. * gnu/packages/python-web.scm (python-httpcore)[native-inputs]: Add nss-certs-for-test. Change-Id: I1e1b2f067e672278f86389d5f7b686a45715f861 --- 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 40cd63800a..98e9de4533 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6604,7 +6604,8 @@ and serve updated contents upon changes to the directory.") "test_extra_info") " and not ")))) (native-inputs - (list python-pytest + (list nss-certs-for-test + python-pytest python-pytest-asyncio python-pytest-cov python-pytest-httpbin -- cgit v1.2.3