[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/105: gnu: python-pytest-subprocess: Update to 1.5.2.
From: |
guix-commits |
Subject: |
45/105: gnu: python-pytest-subprocess: Update to 1.5.2. |
Date: |
Sat, 21 Dec 2024 11:56:41 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 8cabf543ce5bf9e69f448e70cb0d84f709cdbaea
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 16 16:47:04 2024 +0100
gnu: python-pytest-subprocess: Update to 1.5.2.
* gnu/packages/python-check.scm (python-pytest-subprocess): Update to 1.5.2.
[native-inputs]: Add python-wheel.
Change-Id: I3b5608e21f92306b53999b80dd81377e5cbfffb3
---
gnu/packages/python-check.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index f42bf560e3..21a013e507 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2559,7 +2559,7 @@ help in debugging failures and optimizing the scheduler
to improve speed.")
(define-public python-pytest-subprocess
(package
(name "python-pytest-subprocess")
- (version "1.5.0")
+ (version "1.5.2")
(source
(origin
(method git-fetch) ;no tests in PyPI archive
@@ -2569,7 +2569,7 @@ help in debugging failures and optimizing the scheduler
to improve speed.")
(file-name (git-file-name name version))
(sha256
(base32
- "103nxv37sjvxlwmw87hxsrphkxkryv4dgb65kjjfr4722r37vmxv"))))
+ "1mncfyn0vkbf7d03zc8wmv7nl354ck5i9gfblp9220ihc52whhy0"))))
(build-system pyproject-build-system)
(native-inputs (list python-anyio
python-coverage
@@ -2578,7 +2578,8 @@ help in debugging failures and optimizing the scheduler
to improve speed.")
python-pygments
python-pytest
python-pytest-asyncio
- python-pytest-rerunfailures))
+ python-pytest-rerunfailures
+ python-wheel))
(home-page "https://github.com/aklajnert/pytest-subprocess")
(synopsis "Fake subprocess for Pytest")
(description
- 38/105: gnu: python-pyramid: Update to 2.0.2., (continued)
- 38/105: gnu: python-pyramid: Update to 2.0.2., guix-commits, 2024/12/21
- 46/105: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2024/12/21
- 63/105: gnu: python-biom-format: Use pyproject-build-system., guix-commits, 2024/12/21
- 65/105: gnu: python-extension-helpers: Update to 1.2.0., guix-commits, 2024/12/21
- 40/105: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2024/12/21
- 69/105: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2024/12/21
- 71/105: gnu: python-devtools: Simplify., guix-commits, 2024/12/21
- 32/105: gnu: Add python-ircmatch., guix-commits, 2024/12/21
- 42/105: gnu: python-pytest-qt: Update to 4.4.0., guix-commits, 2024/12/21
- 43/105: gnu: python-nox: Update to 2024.10.09., guix-commits, 2024/12/21
- 45/105: gnu: python-pytest-subprocess: Update to 1.5.2.,
guix-commits <=
- 53/105: gnu: Add python-packaging-legacy., guix-commits, 2024/12/21
- 54/105: gnu: Add python-lazy., guix-commits, 2024/12/21
- 58/105: gnu: Add python-devpi-client., guix-commits, 2024/12/21
- 67/105: gnu: python-chardet: Update to 5.2.0., guix-commits, 2024/12/21
- 74/105: gnu: python-httpx: Update to 0.28.1., guix-commits, 2024/12/21
- 75/105: gnu: python-devpi-process: Add missing input., guix-commits, 2024/12/21
- 52/105: gnu: Add python-legacy-cgi., guix-commits, 2024/12/21
- 62/105: gnu: python-zarr: Update to 2.18.4., guix-commits, 2024/12/21
- 70/105: gnu: python-typing-extensions: Update to 4.12.2., guix-commits, 2024/12/21
- 72/105: gnu: python-waitress: Update to 3.0.2., guix-commits, 2024/12/21