diff options
-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 |