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

commit ca40b3680efb2e3b85139cf730ebe025a3ce8ce4
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Jan 18 14:23:36 2026 +0100

    gnu: python-dependency-groups: Correct package.
    
    * gnu/packages/python-web.scm (python-dependency-groups)
    [native-inputs]: Add python-pytest, as tests were not run using unittests.
    
    Change-Id: I966ea4dad232ad514bcf10cfd37a89c5244ca0b5
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 253a261efc..c150a304a3 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -525,7 +525,7 @@ extracting, creating, and converting between formats.")
         (base32 "1zgymnk6k984h2wfdpp0vws2ihwqrr9lmxhrij9zs5q5140q61vq"))))
     (build-system pyproject-build-system)
     (propagated-inputs (list python-packaging python-tomli))
-    (native-inputs (list python-flit-core))
+    (native-inputs (list python-flit-core python-pytest))
     (home-page "https://dependency-groups.readthedocs.io/";)
     (synopsis "Tools and library for resolving PEP 735 Dependency Group data")
     (description

Reply via email to