guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 420dec4cbfc94c6c6652b40c6f4677488a8ee21a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 24 17:03:51 2026 +0000
gnu: python-azure-core: Use python-pytest-8
* gnu/packages/python-web.scm (python-azure-core)[native-inputs]:
Remove python-pytest; add python-pytest-8.
Change-Id: I82a393735461681b3fa9112b582e87eb46700635
---
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 447dbf6949..dcd4781dfc 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -11819,7 +11819,7 @@ Python.")
python-typing-extensions))
(native-inputs
(list python-flask
- python-pytest
+ python-pytest-8
python-pytest-aiohttp
python-pytest-asyncio
python-pytest-trio