summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-04 14:41:02 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:55 +0100
commitedddc96f5bf28b5e5a88cbffad8385fc68e0572e (patch)
tree29c43b92a2069e938acb0458986403707893d4d1 /gnu/packages/python-web.scm
parent850bea99fc3029c3b64276a562a3007c7c314f45 (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.scm2
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))