~ruther/guix-local

880fb265fe10f82cdf38fb48bcf7c9879b33a4b8 — Ricardo Wurmus 2 years ago a3d7c67
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
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-check.scm
M gnu/packages/python-check.scm => gnu/packages/python-check.scm +1 -1
@@ 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