guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 8b99bacbdaee9899b3ee9c0c8a99f599549a8ab9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 18 22:03:06 2026 +0000
gnu: python-pytest-timeout: Update to 2.4.0.
* gnu/packages/check.scm (python-pytest-timeout): Update to 2.4.0.
[native-inputs]: Remove python-wheel.
Change-Id: I1e6f72b41bdf0d02bdc2965fc2cc0928c8223f8f
---
gnu/packages/check.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index a9b0fdb90b..3f7d12bf67 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2056,19 +2056,19 @@ code to a remote location, executes there, and then
syncs the result back.")
(define-public python-pytest-timeout
(package
(name "python-pytest-timeout")
- (version "2.3.1")
+ (version "2.4.0")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "pytest-timeout" version))
+ (uri (pypi-uri "pytest_timeout" version))
(sha256
(base32
- "1nb5a6xf2p9zbcasy8136nbxpm1raag5n0q1rbdcnvjw28lpff8j"))))
+ "02jls37lng0qfqc70dm8wg25yjbmbkw02l5j689zgvzr045yjs3y"))))
(build-system pyproject-build-system)
+ ;; tests: 41 passed, 2 skipped, 4 xfailed
(native-inputs
(list python-pexpect
- python-setuptools
- python-wheel))
+ python-setuptools))
(propagated-inputs
(list python-pytest))
(home-page "https://github.com/pytest-dev/pytest-timeout")