From 3af14e067497d38eee64b47acbf556f6dba9c616 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 27 Jan 2026 23:52:21 +0100 Subject: 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 --- gnu/packages/python-check.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages/python-check.scm') diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index ee8f611b23d..28ca3d6a89f 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 -- cgit v1.3