guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d09690436eab154e55307f359722eb1c2416ae1e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 25 16:38:43 2026 +0000
gnu: python-fields: Use python-pytest-8.
* gnu/packages/python-xyz.scm (python-fields)[native-inputs]: Remove
python-pytest; add python-pytest-8.
Change-Id: I222be28e2a8f77371187ff56048958cdc5974d86
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 583be5c4ec..e69490469e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33219,7 +33219,7 @@ It implements advanced Python dictionaries with dot
notation access.")
(build-system pyproject-build-system)
(arguments
(list #:test-flags #~(list "--ignore=tests/test_perf.py")))
- (native-inputs (list python-pytest
+ (native-inputs (list python-pytest-8
python-pytest-benchmark
python-setuptools
python-wheel))