guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 97f62ca316ae6a52a7aa0a7bb12beace4e2647a5
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Nov 27 00:19:59 2025 +0000

    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
---
 gnu/packages/python-check.scm | 20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 833fd6bb38..332f6c2766 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

Reply via email to