mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-httpx: Fix tests.
* gnu/packages/python-web.scm (python-httpx)[native-inputs]: Add nss-certs-for-test. Change-Id: If8e98564e44a2e5e7bc520c31553aa83bc597946
This commit is contained in:
parent
0aeb089073
commit
82174b2742
1 changed files with 2 additions and 1 deletions
|
@ -6680,7 +6680,8 @@ (define-public python-httpx
|
||||||
;; 'function' object has no attribute 'name'".
|
;; 'function' object has no attribute 'name'".
|
||||||
" and not test_main"))))
|
" and not test_main"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-cryptography
|
(list nss-certs-for-test
|
||||||
|
python-cryptography
|
||||||
python-hatchling
|
python-hatchling
|
||||||
python-hatch-fancy-pypi-readme
|
python-hatch-fancy-pypi-readme
|
||||||
python-pytest
|
python-pytest
|
||||||
|
|
Loading…
Reference in a new issue