guix-commits
[Top][All Lists]
Advanced

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

03/15: gnu: Add python-pytest-rerunfailures.


From: guix-commits
Subject: 03/15: gnu: Add python-pytest-rerunfailures.
Date: Tue, 7 Dec 2021 07:18:28 -0500 (EST)

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

commit 6874994fa9b2b811acef5e875002b026724ae220
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 7 12:35:00 2021 +0100

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

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index cb598b0..d261cca 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1859,6 +1859,24 @@ The purpose of this package is to provide an easy way to 
test asynchronous
 HTTP requests.")
     (license license:expat)))
 
+(define-public python-pytest-rerunfailures
+  (package
+    (name "python-pytest-rerunfailures")
+    (version "10.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pytest-rerunfailures" version))
+       (sha256
+        (base32 "15v68kggjvkflbqr0vz8gp5yp3pcsk0rz05bpg2l4xp0a6nin7ly"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-pytest python-setuptools))
+    (home-page "https://github.com/pytest-dev/pytest-rerunfailures";)
+    (synopsis "Pytest plugin to re-run flaky tests")
+    (description "This package provides a pytest plugin to re-run tests to
+eliminate flaky failures.")
+    (license license:mpl2.0)))
+
 (define-public python-xunitparser
   (package
     (name "python-xunitparser")



reply via email to

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