aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2024-09-03 13:36:31 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2024-09-03 13:37:57 -0400
commit82174b2742c2a59fd7959ba9acc80edd6f93d9f7 (patch)
treea4eb80a9c2d811e5e3a19aa5e94cb223c63056f9
parent0aeb089073143e3cec0a96c855c35cfd5ce57ef6 (diff)
downloadguix-82174b2742c2a59fd7959ba9acc80edd6f93d9f7.tar.gz
guix-82174b2742c2a59fd7959ba9acc80edd6f93d9f7.zip
gnu: python-httpx: Fix tests.
* gnu/packages/python-web.scm (python-httpx)[native-inputs]: Add nss-certs-for-test. Change-Id: If8e98564e44a2e5e7bc520c31553aa83bc597946
-rw-r--r--gnu/packages/python-web.scm3
1 files changed, 2 insertions, 1 deletions
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