diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-27 23:52:21 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:47 +0100 |
| commit | 3af14e067497d38eee64b47acbf556f6dba9c616 (patch) | |
| tree | fa8ed1715081ccca04423b98551e74c45d8d3780 /gnu | |
| parent | 62323cd67fa8544b04c422822324a5ca68d07f31 (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')
| -rw-r--r-- | gnu/packages/python-check.scm | 5 |
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.") "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 |
