guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 65674129e6b557103f451ecdb3897e44f719fd91
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 3337a7831c..55a05071d2 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2457,7 +2457,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))