guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: python-pytest: Update to 7.3.1.


From: guix-commits
Subject: branch core-updates updated: gnu: python-pytest: Update to 7.3.1.
Date: Sat, 15 Apr 2023 10:29:55 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 81682e2e90 gnu: python-pytest: Update to 7.3.1.
81682e2e90 is described below

commit 81682e2e9042bfb9621482eb2d0f46104a86aa11
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Apr 15 10:28:25 2023 -0400

    gnu: python-pytest: Update to 7.3.1.
    
    * gnu/packages/check.scm (python-pytest): Update to 7.3.1.
    [propagated-inputs]: Add python-exceptiongroup.
---
 gnu/packages/check.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index f388eb82a7..832692435f 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1246,14 +1246,14 @@ standard library.")
 (define-public python-pytest
   (package
     (name "python-pytest")
-    (version "7.1.3")
+    (version "7.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pytest" version))
        (sha256
         (base32
-         "0f8c31v5r2kgjixvy267n0nhc4xsy65g3n9lz1i1377z5pn5ydjg"))))
+         "1qqmxpcij6b2zqsg52nz9dfx6c3snz90l5nzmp88xmxig3yzljj3"))))
     (build-system python-build-system)
     (arguments
      (list
@@ -1281,6 +1281,7 @@ standard library.")
                   (format #t "test suite not run~%")))))))
     (propagated-inputs
      (list python-attrs-bootstrap
+           python-exceptiongroup
            python-iniconfig
            python-packaging-bootstrap
            python-pluggy



reply via email to

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