This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/python-team by this push:
     new 2f7b9dc2e2 gnu: python-orderedmultidict: Fix tests.
2f7b9dc2e2 is described below

commit 2f7b9dc2e29aa9f187b63565274968d5f5bfbc8a
Author: Hugo Buddelmeijer <h...@buddelmeijer.nl>
AuthorDate: Sun Sep 21 09:04:40 2025 +0200

    gnu: python-orderedmultidict: Fix tests.
    
    * gnu/packages/python-xyz.scm (python-orderedmultidict)[native-inputs]:
    Remove python-wheel, python-flake8 and python-pycodestyle; add
    python-pytest.
    
    Change-Id: I8ff24ecc0bf02e0af87ea973d1b5affa8278c79b
    Modified-by: Sharlatan Hellseher <sharlata...@gmail.com>
    Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com>
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c16c75831d..0974137500 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12157,7 +12157,8 @@ where key might be occurred more than once in the 
container.")
     (propagated-inputs
      (list python-six))
     (native-inputs
-     (list python-flake8 python-pycodestyle python-setuptools python-wheel))
+     (list python-pytest
+           python-setuptools))
     (home-page "https://github.com/gruns/orderedmultidict";)
     (synopsis "Python Ordered Multivalue Dictionary - omdict")
     (description "This package contains a library for ordered multivalue

Reply via email to