mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-httpcore: Fix tests.
* gnu/packages/python-web.scm (python-httpcore)[native-inputs]: Add nss-certs-for-test. Change-Id: I1e1b2f067e672278f86389d5f7b686a45715f861
This commit is contained in:
parent
5a8bbf881a
commit
c843564a28
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue