diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-27 00:19:59 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-27 19:41:28 +0000 |
| commit | 97f62ca316ae6a52a7aa0a7bb12beace4e2647a5 (patch) | |
| tree | 0776305abc61bae63f6d6de7ad6ec03b662cd8d1 | |
| parent | fa9df45168300e97d7c7adc4ea3a8d84d29f197e (diff) | |
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
| -rw-r--r-- | gnu/packages/python-check.scm | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 833fd6bb387..332f6c27665 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -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 |
