guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: Add python-pytest-6.1.


From: guix-commits
Subject: 04/06: gnu: Add python-pytest-6.1.
Date: Wed, 27 Oct 2021 09:01:42 -0400 (EDT)

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

commit 138c122fef42e49e83b957a1cdf3a7590768aa2a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 27 13:09:57 2021 +0300

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

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index cc2cd5e..da13018 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1031,6 +1031,17 @@ and many external plugins.")
     (license license:expat)
     (properties `((python2-variant . ,(delay python2-pytest))))))
 
+(define-public python-pytest-6.1
+  (package
+    (inherit python-pytest)
+    (version "6.1.2")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "pytest" version))
+        (sha256
+         (base32 "0gl2sdm322vzmsh5k4f8kj9raiq2y7kdinnca4m45ifvii5fk9y0"))))))
+
 (define-public python-pytest-6 python-pytest)
 
 ;; Pytest 4.x are the last versions that support Python 2.



reply via email to

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