guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit aae73e2d41d4b5985a0f3b3cdd822e25a120681f
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jan 27 22:21:32 2026 +0100
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 <[email protected]>
---
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))