From 453818035642296b97dee4dc8bbcf31168017323 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Sun, 21 Sep 2025 09:04:40 +0200 Subject: [PATCH] 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 Signed-off-by: Sharlatan Hellseher --- 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 7e53cb7ca94a6b726052d2f506c41eda9e66ba9c..c17de5c808f1ec914809f00645f5c7f9df142ba8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12133,7 +12133,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