mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add python-pytest-rerunfailures-13.
* gnu/packages/python-check.scm (python-pytest-rerunfailures-13): New variable.
This commit is contained in:
parent
63233f1f0e
commit
796c3bdb55
1 changed files with 11 additions and 0 deletions
|
@ -2579,6 +2579,17 @@ (define-public python-pytest-rerunfailures
|
||||||
eliminate flaky failures.")
|
eliminate flaky failures.")
|
||||||
(license license:mpl2.0)))
|
(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
|
(define-public python-xunitparser
|
||||||
(package
|
(package
|
||||||
(name "python-xunitparser")
|
(name "python-xunitparser")
|
||||||
|
|
Loading…
Reference in a new issue