summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-12-16 16:47:04 +0100
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:37:21 +0100
commit5a4c2f347a219902c0c09ce800fbde1b5a24f150 (patch)
treebe63ec723cdc2f81589ee408d052da3ec70fb785 /gnu/packages/python-check.scm
parentbee74a60b0080ff51fe579359e0d5eedb02212ac (diff)
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
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 60345ff3505..a6ce5e25233 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2591,7 +2591,7 @@ help in debugging failures and optimizing the scheduler to improve speed.")
2591(define-public python-pytest-subprocess 2591(define-public python-pytest-subprocess
2592 (package 2592 (package
2593 (name "python-pytest-subprocess") 2593 (name "python-pytest-subprocess")
2594 (version "1.5.0") 2594 (version "1.5.2")
2595 (source 2595 (source
2596 (origin 2596 (origin
2597 (method git-fetch) ;no tests in PyPI archive 2597 (method git-fetch) ;no tests in PyPI archive
@@ -2601,7 +2601,7 @@ help in debugging failures and optimizing the scheduler to improve speed.")
2601 (file-name (git-file-name name version)) 2601 (file-name (git-file-name name version))
2602 (sha256 2602 (sha256
2603 (base32 2603 (base32
2604 "103nxv37sjvxlwmw87hxsrphkxkryv4dgb65kjjfr4722r37vmxv")))) 2604 "1mncfyn0vkbf7d03zc8wmv7nl354ck5i9gfblp9220ihc52whhy0"))))
2605 (build-system pyproject-build-system) 2605 (build-system pyproject-build-system)
2606 (native-inputs (list python-anyio 2606 (native-inputs (list python-anyio
2607 python-coverage 2607 python-coverage
@@ -2610,7 +2610,8 @@ help in debugging failures and optimizing the scheduler to improve speed.")
2610 python-pygments 2610 python-pygments
2611 python-pytest 2611 python-pytest
2612 python-pytest-asyncio 2612 python-pytest-asyncio
2613 python-pytest-rerunfailures)) 2613 python-pytest-rerunfailures
2614 python-wheel))
2614 (home-page "https://github.com/aklajnert/pytest-subprocess") 2615 (home-page "https://github.com/aklajnert/pytest-subprocess")
2615 (synopsis "Fake subprocess for Pytest") 2616 (synopsis "Fake subprocess for Pytest")
2616 (description 2617 (description