summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-24 17:03:51 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:20 +0100
commit5d7532509d08f40992f0f35397bb4fcd51594d04 (patch)
tree63869a6e3d14975ab7e8f6ea9f8a922d3d3bc02d
parent3fc042a458249723f36fdde56dd9ea2f852e940e (diff)
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
-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 447dbf69496..dcd4781dfc9 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