guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 293cd1999665fbf47320f14362e08ac791031070
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jan 23 14:43:46 2026 +0000
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
---
gnu/packages/check.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index a63978a523..71fdef6012 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))