From 56708aeace7563567c1f398acf0376035c66aeee Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 27 Jan 2026 23:52:54 +0100 Subject: gnu: python-pytest-black: Switch to python-pytest-8. * gnu/packages/python-check.scm (python-pytest-black) [native-inputs]: Add python-pytest-8. Remove python-wheel. [propagated-inputs]: Remove python-pytest. Change-Id: Ifc6b751be94ad5b6e4fa23b2a0ee18dbe95ed688 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-check.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu/packages/python-check.scm') diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 28ca3d6a89f..30e639307b4 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -2465,11 +2465,10 @@ rounds that are calibrated to the chosen timer.") "04dmhv8dzh356qdxz6hrwfz3nk3mlc9shicgpns5r03rydap9dzc")))) (build-system pyproject-build-system) (native-inputs - (list python-setuptools - python-wheel)) + (list python-pytest-8 + python-setuptools)) (propagated-inputs (list python-black - python-pytest python-toml)) ;; Project maintenance has been changed, see ;; . -- cgit v1.3