guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 8edc09734961ed7811a0772dd0a0df086706f371
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 18 22:38:05 2026 +0000

    gnu: python-docopt: Use python-pytest-8.
    
    * gnu/packages/python-xyz.scm (python-docopt):[native-inputs]: Remove
    python-pytest; add python-pytest-8.
    
    Change-Id: I327218f7a1614aedd7c399824fae85c61e0fbec0
---
 gnu/packages/python-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5bd933642c..043fab8c88 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18627,7 +18627,7 @@ library provides codecs are supported.")
     (version "0.6.2")
     (source
      (origin
-       (method git-fetch)       ;no tests in PyPI archive
+       (method git-fetch)
        (uri (git-reference
               (url "https://github.com/docopt/docopt";)
               (commit version)))
@@ -18636,8 +18636,9 @@ library provides codecs are supported.")
         (base32 "0aad9gbswnnhssin2q0m5lmpm0ahyf80ahs2zjigbn5y7fvljnd0"))
        (patches (search-patches "python-docopt-pytest6-compat.patch"))))
     (build-system pyproject-build-system)
+    ;; tests: 203 passed, 6 warnings
     (native-inputs
-     (list python-pytest python-setuptools))
+     (list python-pytest-8 python-setuptools))
     (home-page "http://docopt.org";)
     (synopsis "Command-line interface description language for Python")
     (description

Reply via email to