guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 3b53e57eeb28d394ac0ff0fbaf647eaeafe0247d
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jan 27 23:52:21 2026 +0100
gnu: python-pytest-csv: Switch to python-pytest-8.
* gnu/packages/python-check.scm (python-pytest-csv)
[native-inputs]: Add python-pytest-8. Remove python-wheel.
[propagated-inputs]: Remove python-pytest.
Change-Id: Ideed0a7c8b7802cc5aa14973f6bc369a961aa8aa
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-check.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index ee8f611b23..28ca3d6a89 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2693,13 +2693,14 @@ running the tests.")
"17518f2fn5l98lyk9p8r7215c1whi61imzrh6ahrmcksr8w0zz04"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-pytest-flake8
+ (list python-pytest-8
+ python-pytest-flake8
python-pytest-xdist
python-setuptools
python-tabulate
python-wheel))
(propagated-inputs
- (list python-pytest python-six))
+ (list python-six))
(home-page "https://github.com/nicoulaj/pytest-csv")
(synopsis "CSV reporter for Pytest")
(description "This package provides a plugin for Pytest that enables a