summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-25 16:38:43 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:42 +0100
commitd09690436eab154e55307f359722eb1c2416ae1e (patch)
tree1fb3a985a38253cf4442b3e04504522727f0880d /gnu/packages/python-xyz.scm
parent059bbece2f2ab33ab4e967b7c3d29d2b64eb875e (diff)
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 583be5c4ecf..e69490469eb 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))