mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pytest-tornasync: Use Tornado 6.
* gnu/packages/python-check.scm (python-pytest-tornasync)[propagated-inputs]: Replace python-tornado with python-tornado-6. Change-Id: I780e168a1bb3d1f7ecd2e7599f4c1eb1a06719ba
This commit is contained in:
parent
a3d7c67a92
commit
880fb265fe
1 changed files with 1 additions and 1 deletions
|
@ -1836,7 +1836,7 @@ simplify testing of asynchronous tornado applications.")
|
|||
(add-installed-pythonpath inputs outputs)
|
||||
(invoke "pytest" "--verbose")))))))
|
||||
(propagated-inputs
|
||||
(list python-pytest python-tornado))
|
||||
(list python-pytest python-tornado-6))
|
||||
(home-page "https://github.com/eukaryote/pytest-tornasync")
|
||||
(synopsis "Pytest plugin for testing Tornado code")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue