mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-google-cloud-storage: Add missing input.
* gnu/packages/python-web.scm (python-google-cloud-storage)[native-inputs]: Add python-mock.
This commit is contained in:
@@ -7570,7 +7570,7 @@ classes) used by all of the @code{google-cloud-*} packages.")
|
||||
"tests/conformance/"))
|
||||
(invoke "pytest")))))))
|
||||
(native-inputs
|
||||
(list python-pytest python-test-utils))
|
||||
(list python-mock python-pytest python-test-utils))
|
||||
(propagated-inputs
|
||||
(list python-google-api-core
|
||||
python-google-auth
|
||||
|
||||
Reference in New Issue
Block a user