summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-08-11 19:39:21 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-23 16:58:45 +0100
commitec87c86f56b4664ad42d74fc87cf0599e1326895 (patch)
treeee7a39c07dd1504203839779e926b292cc37d089 /gnu/packages/python-check.scm
parent5f2e7d2fad35f8ea42f7ee23033c9e6335953784 (diff)
gnu: Remove python-pytest-rerunfailures-13.
* gnu/packages/python-check.scm (python-pytest-rerunfailures-13): Delete variable. Change-Id: Ifd9cefe994ba6a884bede0c61529a7f1ab053fd2
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm11
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 8327c93d2f..7d9ef7278f 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2930,17 +2930,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