[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/46: gnu: python-pytest-tornasync: Use Tornado 6.
From: |
guix-commits |
Subject: |
21/46: gnu: python-pytest-tornasync: Use Tornado 6. |
Date: |
Tue, 7 May 2024 18:34:01 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit aa35b28f1217a913a15e406cbf216799f928c095
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 17:12:40 2024 +0200
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
---
gnu/packages/python-check.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 1b0b7d3504..913fc00ffc 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1716,7 +1716,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
- 38/46: gnu: python-tabulate: Add Setuptools and Wheel., (continued)
- 38/46: gnu: python-tabulate: Add Setuptools and Wheel., guix-commits, 2024/05/07
- 15/46: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/05/07
- 08/46: gnu: Add python-fqdn., guix-commits, 2024/05/07
- 11/46: gnu: Add python-pytest-jupyter., guix-commits, 2024/05/07
- 14/46: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/05/07
- 16/46: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/05/07
- 17/46: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/05/07
- 18/46: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/05/07
- 19/46: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/05/07
- 20/46: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/05/07
- 21/46: gnu: python-pytest-tornasync: Use Tornado 6.,
guix-commits <=
- 23/46: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/05/07
- 24/46: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/05/07
- 26/46: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/05/07
- 28/46: gnu: python-nbconvert: Use pyproject-build-system., guix-commits, 2024/05/07
- 31/46: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/05/07
- 39/46: gnu: python-openapi-schema-validator: Update to 0.6.2., guix-commits, 2024/05/07
- 45/46: gnu: Add python-jsonschema-path., guix-commits, 2024/05/07
- 22/46: gnu: python-jupyter-kernel-mgmt: Use Tornado 6., guix-commits, 2024/05/07
- 12/46: gnu: Add python-notebook-shim., guix-commits, 2024/05/07
- 37/46: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/05/07