guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]