diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-27 22:21:32 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:47 +0100 |
| commit | cb24bb746808f3fe462d5c56b08366b72f515213 (patch) | |
| tree | 8e05b1d3cf9da1146e29c3bc0d22bc4a68736044 /gnu/packages/python-web.scm | |
| parent | 37f352ef53a294d9356c75da6029f5159c2f58a7 (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6a112ad1d49..680182b8cad 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)) |
