[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69591] [PATCH v2 07/31] gnu: Add python-pytest-rerunfailures-13.
From: |
David Elsing |
Subject: |
[bug#69591] [PATCH v2 07/31] gnu: Add python-pytest-rerunfailures-13. |
Date: |
Tue, 12 Mar 2024 22:51:35 +0000 |
* gnu/packages/python-check.scm (python-pytest-rerunfailures-13): New variable.
---
gnu/packages/python-check.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index dbca80652c..347e4a4701 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2464,6 +2464,17 @@ (define-public python-pytest-rerunfailures
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"))))))
+
(define-public python-xunitparser
(package
(name "python-xunitparser")
--
2.41.0
- [bug#69591] [PATCH 27/31] gnu: python-torchvision: Update to 0.17.1., (continued)
- [bug#69591] [PATCH 27/31] gnu: python-torchvision: Update to 0.17.1., David Elsing, 2024/03/06
- [bug#69591] [PATCH 18/31] gnu: Add tensorpipe., David Elsing, 2024/03/06
- [bug#69591] [PATCH 24/31] gnu: Remove xnnpack-for-torch2., David Elsing, 2024/03/06
- [bug#69591] [PATCH 29/31] gnu: Add oneapi-dnnl-for-r-torch., David Elsing, 2024/03/06
- [bug#69591] [PATCH 21/31] gnu: Add foxi., David Elsing, 2024/03/06
- [bug#69591] [PATCH 31/31] gnu: python-pytorch-for-r-torch: Adjust to new python-pytorch., David Elsing, 2024/03/06
- [bug#69591] [PATCH 28/31] gnu: Add ideep-pytorch-for-r-torch., David Elsing, 2024/03/06
- [bug#69591] [PATCH v2 00/31] Unbundle and update python-pytorch, David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 01/31] gnu: asmjit: Update to commit 3ca5c18., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 03/31] gnu: Add python-optree., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 07/31] gnu: Add python-pytest-rerunfailures-13.,
David Elsing <=
- [bug#69591] [PATCH v2 05/31] gnu: Add python-pytest-shard., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 04/31] gnu: Add python-pytest-flakefinder., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 06/31] gnu: Add python-expecttest., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 11/31] gnu: Remove flatbuffers-next-shared., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 12/31] gnu: python-flatbuffers-next: Update to 23.5.26., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 02/31] gnu: Add python-typing-extensions-4.10., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 10/31] gnu: Add libnop., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 13/31] gnu: pthreadpool: Update to commit 178e3e0., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 17/31] gnu: oneapi-dnnl: Update to 3.3.5., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 22/31] gnu: Add ideep-pytorch., David Elsing, 2024/03/12