gnu: Add python-pytest-rerunfailures-13.
* gnu/packages/python-check.scm (python-pytest-rerunfailures-13): New variable.master
parent
63233f1f0e
commit
796c3bdb55
|
@ -2579,6 +2579,17 @@ in an opinionated way.")
|
||||||
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")
|
||||||
|
|
Reference in New Issue