me
/
guix
Archived
1
0
Fork 0

gnu: Add python-pytest-rerunfailures-13.

* gnu/packages/python-check.scm (python-pytest-rerunfailures-13): New variable.
master
David Elsing 2024-03-23 22:04:46 +00:00 committed by Ludovic Courtès
parent 63233f1f0e
commit 796c3bdb55
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 11 additions and 0 deletions

View File

@ -2579,6 +2579,17 @@ in an opinionated way.")
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")