1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 09:35:56 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2026-01-25 16:38:43 +00:00
committed by Andreas Enge
parent 059bbece2f
commit d09690436e
+1 -1
View File
@@ -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))