diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-23 14:43:46 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:19 +0100 |
| commit | 93f3a716c323d7a4bbf4d6518ca883e87f713fb1 (patch) | |
| tree | b47a99b830a527089e21a7a6fdc02d470b67bebd /gnu | |
| parent | 918afd33ee049726ef8f4125336a728062f0f929 (diff) | |
gnu: python-coverage: Use python-pytest-8.
* gnu/packages/check.scm (python-coverage)[native-inputs]: Remove
python-pytest; add python-pytest-8.
Change-Id: Ifea657387cd6a0d80ece14b82d3280f08be5d2d9
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index a63978a5232..71fdef6012b 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2465,7 +2465,7 @@ test_local_files_are_importable" ;; coverage when running tests. (delete-file-recursively "coverage")))))) (native-inputs - (list python-pytest + (list python-pytest-8 python-pytest-xdist ;some tests need xdist_group python-flaky python-setuptools)) |
