mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 21:41:15 +02: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:
committed by
Sharlatan Hellseher
parent
a3d7c67a92
commit
880fb265fe
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user