mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pytest-rerunfailures: Update to 15.1.
* gnu/packages/python-check.scm (python-pytest-rerunfailures): Update to 15.1. [build-system]: Use pyproject. [propagated-inputs]: Remove python-pytest and python-setuptools; add python-packaging. [native-inputs]: Add python-pytest-bootstrap and python-setuptools. Change-Id: I48ecbe8d015a6ddbf68bc79217f73e301a4bff0b
This commit is contained in:
parent
3c2a1aafb7
commit
749f55fa0a
1 changed files with 9 additions and 5 deletions
|
@ -2908,15 +2908,19 @@ times.")
|
||||||
(define-public python-pytest-rerunfailures
|
(define-public python-pytest-rerunfailures
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-rerunfailures")
|
(name "python-pytest-rerunfailures")
|
||||||
(version "10.2")
|
(version "15.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-rerunfailures" version))
|
(uri (pypi-uri "pytest_rerunfailures" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15v68kggjvkflbqr0vz8gp5yp3pcsk0rz05bpg2l4xp0a6nin7ly"))))
|
(base32 "106fiqn3d86xcl2cwmc76svi2mkfgphqna37bf617f6pmdl06166"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-pytest python-setuptools))
|
(native-inputs
|
||||||
|
(list python-pytest-bootstrap
|
||||||
|
python-setuptools))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-packaging))
|
||||||
(home-page "https://github.com/pytest-dev/pytest-rerunfailures")
|
(home-page "https://github.com/pytest-dev/pytest-rerunfailures")
|
||||||
(synopsis "Pytest plugin to re-run flaky tests")
|
(synopsis "Pytest plugin to re-run flaky tests")
|
||||||
(description "This package provides a pytest plugin to re-run tests to
|
(description "This package provides a pytest plugin to re-run tests to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue