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

commit dc3b6caf9b863bf023f9885f9df2bcb1757b5a8f
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 142c049fca..844ae05a37 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26428,7 +26428,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.
@@ -26437,7 +26436,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