guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit b670e678ce0187c130f25a34f3bb5a16754401fe
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 f7ff9415fe..8876f483d2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33071,7 +33071,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))