mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-responses: Update inputs.
* gnu/packages/python-web.scm (python-responses)[propagated-inputs]: Remove python-cookies and python-six; add python-toml, python-typing-extensions, and python-urllib3. [native-inputs]: Remove python-mock.
This commit is contained in:
parent
970d89b9fa
commit
e1361d38b7
1 changed files with 5 additions and 5 deletions
|
@ -3587,15 +3587,15 @@ Python.")
|
|||
(when tests?
|
||||
(invoke "pytest" "-v")))))))
|
||||
(native-inputs
|
||||
(list python-mock
|
||||
python-pytest
|
||||
(list python-pytest
|
||||
python-pytest-asyncio
|
||||
python-pytest-httpserver))
|
||||
(propagated-inputs
|
||||
(list python-requests
|
||||
python-cookies
|
||||
python-six
|
||||
python-types-toml))
|
||||
python-toml
|
||||
python-types-toml
|
||||
python-typing-extensions
|
||||
python-urllib3))
|
||||
(home-page "https://github.com/getsentry/responses")
|
||||
(synopsis "Utility for mocking out the `requests` Python library")
|
||||
(description "A utility library for mocking out the `requests` Python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue