guix-commits
[Top][All Lists]
Advanced

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

46/57: gnu: Add python-pytest-next.


From: guix-commits
Subject: 46/57: gnu: Add python-pytest-next.
Date: Mon, 22 Apr 2024 05:36:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2b5cb248d3f6d297e6f83565fd5941aff8a39a21
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Wed Dec 13 22:56:31 2023 +0100

    gnu: Add python-pytest-next.
    
    * gnu/packages/check.scm (python-pytest-next): New variable.
---
 gnu/packages/check.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 1e7ff1a317..fafa5d3f33 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1278,6 +1278,20 @@ and functions, detailed info on failing assert 
statements, modular fixtures,
 and many external plugins.")
     (license license:expat)))
 
+(define-public python-pytest-next
+  (package/inherit python-pytest
+    (name "python-pytest")
+    (version "7.3.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pytest" version))
+       (sha256
+        (base32 "02q32y67nflrmk9snmibq5kmqcbgfm29k9wm0yw0ia2vqly0m6gf"))))
+    (propagated-inputs
+     (modify-inputs (package-propagated-inputs python-pytest)
+       (append python-exceptiongroup)))))
+
 (define-deprecated python-pytest-6 python-pytest)
 (export python-pytest-6)
 



reply via email to

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