guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 5314ccdb33b3a698b2d8eecc39bd1c2ca18b3655
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 17 23:01:03 2026 +0000

    gnu: Add python-pytest-8.
    
    * gnu/packages/check.scm (python-pytest-8): New variable.
    
    Change-Id: I5886e75b56efda89cf924e6ec0f91fba9121903c
---
 gnu/packages/check.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index d2f29c5dbd..739e306ffa 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1626,6 +1626,18 @@ and functions, detailed info on failing assert 
statements, modular fixtures,
 and many external plugins.")
     (license license:expat)))
 
+;; It's the last 8.X.X version, released on 2025-09-04.
+(define-public python-pytest-8
+  (package
+    (inherit python-pytest)
+    (version "8.4.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pytest" version))
+       (sha256
+        (base32 "008fqfrxvg8s6pgnkffl2day4zzjg54dp932ipan3f866fwx1h46"))))))
+
 (define-public python-pytest-cov
   (package
     (name "python-pytest-cov")

Reply via email to