From cb24bb746808f3fe462d5c56b08366b72f515213 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 27 Jan 2026 22:21:32 +0100 Subject: [PATCH] gnu: python-pyscss: Switch to python-pytest-8. * gnu/packages/python-web.scm (python-pyscss) [native-inputs]: Replace python-pytest by python-pytest-8. Change-Id: Id1fd90e5779a288ffde574cf41057eac49448dd2 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6a112ad1d4..680182b8ca 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3622,7 +3622,7 @@ Encryption} (JOSE) Web Standards.") (base32 "00msypxf5dm57gyfp3jxvjinigi4km84v33w83635pms9li2k3y7")))) (build-system pyproject-build-system) (native-inputs - (list python-pytest + (list python-pytest-8 python-setuptools)) (inputs (list pcre))