From 9e22a81703ff6da28a481fc12df658f0121ddca0 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Tue, 3 Sep 2024 11:03:33 -0400 Subject: gnu: python-google-auth: Fix tests. * gnu/packages/python-web.scm (python-google-auth)[native-inputs]: Add nss-certs-for-test. Change-Id: Ia12e98de8c2c8d335b98cef941692611c76ad2fa --- gnu/packages/python-web.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/python-web.scm') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 1ca13c9bf9..05e71fee3e 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -8190,7 +8190,8 @@ of the CRC32C hashing algorithm.") python-rsa python-six)) (native-inputs - (list python-flask + (list nss-certs-for-test + python-flask python-freezegun python-mock python-oauth2client -- cgit v1.2.3