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

commit c9e099a0d5e3c47bf7506e5e7d2b8ad0f4e4ea0e
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Mon Aug 11 19:39:21 2025 +0100

    gnu: Remove python-pytest-rerunfailures-13.
    
    * gnu/packages/python-check.scm (python-pytest-rerunfailures-13): Delete 
variable.
    
    Change-Id: Ifd9cefe994ba6a884bede0c61529a7f1ab053fd2
---
 gnu/packages/python-check.scm | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 8c44ca11e2..107c4af435 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2928,17 +2928,6 @@ times.")
 eliminate flaky failures.")
     (license license:mpl2.0)))
 
-(define-public python-pytest-rerunfailures-13
-  (package
-    (inherit python-pytest-rerunfailures)
-    (version "13.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "pytest-rerunfailures" version))
-       (sha256
-        (base32 "16cin0chv59w4rvnd6r0fisp0s8avmp07rwn9da6yixw43jdncp1"))))))
-
 ;; This is only used by python-sanic
 (define-public python-pytest-sanic
   (package

Reply via email to