summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-27 23:52:21 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:47 +0100
commit3af14e067497d38eee64b47acbf556f6dba9c616 (patch)
treefa8ed1715081ccca04423b98551e74c45d8d3780 /gnu/packages/python-check.scm
parent62323cd67fa8544b04c422822324a5ca68d07f31 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm5
1 files changed, 3 insertions, 2 deletions
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.")
2693 "17518f2fn5l98lyk9p8r7215c1whi61imzrh6ahrmcksr8w0zz04")))) 2693 "17518f2fn5l98lyk9p8r7215c1whi61imzrh6ahrmcksr8w0zz04"))))
2694 (build-system pyproject-build-system) 2694 (build-system pyproject-build-system)
2695 (native-inputs 2695 (native-inputs
2696 (list python-pytest-flake8 2696 (list python-pytest-8
2697 python-pytest-flake8
2697 python-pytest-xdist 2698 python-pytest-xdist
2698 python-setuptools 2699 python-setuptools
2699 python-tabulate 2700 python-tabulate
2700 python-wheel)) 2701 python-wheel))
2701 (propagated-inputs 2702 (propagated-inputs
2702 (list python-pytest python-six)) 2703 (list python-six))
2703 (home-page "https://github.com/nicoulaj/pytest-csv") 2704 (home-page "https://github.com/nicoulaj/pytest-csv")
2704 (synopsis "CSV reporter for Pytest") 2705 (synopsis "CSV reporter for Pytest")
2705 (description "This package provides a plugin for Pytest that enables a 2706 (description "This package provides a plugin for Pytest that enables a