[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
83/420: gnu: python-pytest-tornasync: Use Tornado 6.
From: |
guix-commits |
Subject: |
83/420: gnu: python-pytest-tornasync: Use Tornado 6. |
Date: |
Tue, 26 Nov 2024 16:28:36 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit db86d1a70c9d7318e16978083e016d2bfc1e24a2
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 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
- 341/420: gnu: python-pytest-localserver: Update to 0.9.0.post0., (continued)
- 341/420: gnu: python-pytest-localserver: Update to 0.9.0.post0., guix-commits, 2024/11/26
- 369/420: gnu: Add python-pytest-lazy-fixtures., guix-commits, 2024/11/26
- 378/420: gnu: python-jupyter-core: Fix tests., guix-commits, 2024/11/26
- 379/420: gnu: python-typeguard: Update to 4.4.1., guix-commits, 2024/11/26
- 384/420: gnu: python-ipython: Update to 8.29.0., guix-commits, 2024/11/26
- 383/420: gnu: python-stack-data: Update to 0.6.3., guix-commits, 2024/11/26
- 402/420: gnu: python-aiofiles: Update to 24.1.0., guix-commits, 2024/11/26
- 394/420: gnu: python-anytree: Update to 2.12.0., guix-commits, 2024/11/26
- 405/420: gnu: python-anyio: Update to 4.6.2., guix-commits, 2024/11/26
- 76/420: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/11/26
- 83/420: gnu: python-pytest-tornasync: Use Tornado 6.,
guix-commits <=
- 89/420: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/11/26
- 287/420: gnu: Add python-pypa-installer., guix-commits, 2024/11/26
- 295/420: gnu: python-distributed: Adjust inputs., guix-commits, 2024/11/26
- 290/420: gnu: python-mpv: Adjust inputs., guix-commits, 2024/11/26
- 301/420: gnu: Remove python-pytest-next., guix-commits, 2024/11/26
- 320/420: gnu: python-pickleshare: Improve package style., guix-commits, 2024/11/26
- 374/420: gnu: python-fastjsonschema: Update to 2.20.0., guix-commits, 2024/11/26
- 371/420: gnu: python-pytest-metadata: Update to 3.1.1., guix-commits, 2024/11/26
- 389/420: gnu: python-pytest-regressions: Update to 2.5.0., guix-commits, 2024/11/26
- 392/420: gnu: python-pytest-mypy-plugins: Update to 3.1.2., guix-commits, 2024/11/26