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:
Ricardo Wurmus 2024-05-07 17:12:40 +02:00 committed by Sharlatan Hellseher
parent a3d7c67a92
commit 880fb265fe
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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