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

commit 45aa78f12242a8fd4550d3e1ef1860290db51bfc
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Nov 2 05:03:18 2025 +0100

    gnu: python-pyfavicon: Correct package.
    
    * gnu/packages/python-xyz.scm (python-pyfavicon)
    [arguments]<#:test-backend>: Remove it.
    [native-inputs]: Add python-pytest.
    
    Change-Id: I0ca4da01598fffe2c2dbfdcd45c4f2ff2677aaa2
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d32b36b266..fc8cd885ee 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26430,7 +26430,6 @@ user's @file{~/Trash} directory.")
     (build-system pyproject-build-system)
     (arguments
      (list
-      #:test-backend #~'unittest
       #:test-flags
       #~(list "-k" (string-join (list
                                  ;; Socket name resolution fails.
@@ -26439,7 +26438,7 @@ user's @file{~/Trash} directory.")
                                  ;; Tuples differ.
                                  "test_largest_icon")
                                 " and not "))))
-    (native-inputs (list python-setuptools))
+    (native-inputs (list python-pytest python-setuptools))
     (propagated-inputs
      (list python-aiohttp python-beautifulsoup4 python-pillow))
     (home-page "https://github.com/bilelmoussaoui/pyfavicon";)

Reply via email to