diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2024-09-03 11:27:30 -0400 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-09-03 11:27:30 -0400 |
commit | c843564a28b01c900e012c804b5c8721e9762edc (patch) | |
tree | 33ecfbeb6f234be957b0835cc5835924da4dee02 | |
parent | 5a8bbf881af1339ae8558f20644333c9cd737214 (diff) | |
download | guix-c843564a28b01c900e012c804b5c8721e9762edc.tar.gz guix-c843564a28b01c900e012c804b5c8721e9762edc.zip |
gnu: python-httpcore: Fix tests.
* gnu/packages/python-web.scm (python-httpcore)[native-inputs]: Add
nss-certs-for-test.
Change-Id: I1e1b2f067e672278f86389d5f7b686a45715f861
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |