diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 17:12:40 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:39 +0000 |
commit | 880fb265fe10f82cdf38fb48bcf7c9879b33a4b8 (patch) | |
tree | 5360bc22ee5bac1b60704d9c89492102b2f38076 /gnu/packages | |
parent | a3d7c67a926bb5630446aedab1d62a81667cb657 (diff) | |
download | guix-880fb265fe10f82cdf38fb48bcf7c9879b33a4b8.tar.gz guix-880fb265fe10f82cdf38fb48bcf7c9879b33a4b8.zip |
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
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 76af134f3f..fd1e188788 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -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 |