From edddc96f5bf28b5e5a88cbffad8385fc68e0572e Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 4 Feb 2026 14:41:02 +0000 Subject: [PATCH] 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 --- 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 f176d7abb7..f7c5290862 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))