mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-pytest-repeat: Update to 0.9.4.
* gnu/packages/python-check.scm (python-pytest-repeat): Update to 0.9.4. [source] <pypi-uri>: Fix archvie name. [arguments]: Drop all. [propagated-inputs]: Remove python-pytest. [native-inputs]: Remove python-setuptools-scm; add python-hatchling and python-pytest-bootstrap. Change-Id: Idb480a394f30b47f67e7d4134dfa294b9a9ba2b7
This commit is contained in:
@@ -3438,25 +3438,17 @@ internet.")
|
||||
(define-public python-pytest-repeat
|
||||
(package
|
||||
(name "python-pytest-repeat")
|
||||
(version "0.9.1")
|
||||
(version "0.9.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pytest-repeat" version))
|
||||
(uri (pypi-uri "pytest_repeat" version))
|
||||
(sha256
|
||||
(base32 "0nxdbghjz6v4xidl5ky9wlx6z4has3vygj5r7va5ccdb8nbjilsw"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "pytest")))))))
|
||||
(propagated-inputs
|
||||
(list python-pytest))
|
||||
(base32 "11a449zn7lhjyjjw40sv2c63i0mwr7q1cpbyj7kczzx6z96w2anr"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-setuptools-scm))
|
||||
(list python-hatchling
|
||||
python-pytest-bootstrap))
|
||||
(home-page "https://github.com/pytest-dev/pytest-repeat")
|
||||
(synopsis "Pytest plugin for repeating tests")
|
||||
(description "@code{pytest-repeat} is a plugin for Pytest that makes it
|
||||
|
||||
Reference in New Issue
Block a user