guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit d48ee742c75c922d6663b5c89c5f5d9b1021756e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 4 14:41:02 2026 +0000
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))