mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-google-auth: Fix tests.
* gnu/packages/python-web.scm (python-google-auth)[native-inputs]: Add nss-certs-for-test. Change-Id: Ia12e98de8c2c8d335b98cef941692611c76ad2fa
This commit is contained in:
parent
386a1c77af
commit
9e22a81703
1 changed files with 2 additions and 1 deletions
|
@ -8190,7 +8190,8 @@ of the CRC32C hashing algorithm.")
|
||||||
python-rsa
|
python-rsa
|
||||||
python-six))
|
python-six))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-flask
|
(list nss-certs-for-test
|
||||||
|
python-flask
|
||||||
python-freezegun
|
python-freezegun
|
||||||
python-mock
|
python-mock
|
||||||
python-oauth2client
|
python-oauth2client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue