diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-04 14:41:02 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:55 +0100 |
| commit | edddc96f5bf28b5e5a88cbffad8385fc68e0572e (patch) | |
| tree | 29c43b92a2069e938acb0458986403707893d4d1 /gnu/packages/python-web.scm | |
| parent | 850bea99fc3029c3b64276a562a3007c7c314f45 (diff) | |
gnu: python-conda-package-handling: Use python-pytest-8.
* gnu/packages/python-web.scm (python-conda-package-handling):
[native-inputs]: Remove python-pytest; add python-pytest-8.
Change-Id: I8e86f6c92b72c5b82ca0fdebd2e1aa11ec28a5ce
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 f176d7abb7f..f7c52908629 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -474,7 +474,7 @@ services.") (native-inputs (list python-bottle python-mock - python-pytest + python-pytest-8 python-pytest-cov python-pytest-mock python-setuptools)) |
