diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-27 10:41:10 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:45 +0100 |
| commit | ac29a285708b00ad84006a179aab60959d2de5a3 (patch) | |
| tree | f9bdcbd0c458b2e6206305b43cbafbb0d908f749 /gnu/packages/python-web.scm | |
| parent | 90437f77cf11ad3de91fcf573d14911ec6b2cc66 (diff) | |
gnu: python-elastic-transport: Use the right python-pytest-asyncio.
* gnu/packages/python-web.scm (python-elastic-transport)
[native-inputs]: Replace python-pytest-asyncio by
python-pytest-asyncio-0.26.
Change-Id: I49d13fb4c1130f36cc73f89ba224958e2b1d4944
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 417d9bdb5ea..a951ed490c5 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -8211,7 +8211,7 @@ jspacker or CSS tidy. It also supports URL rewriting in CSS files.") python-opentelemetry-sdk python-orjson python-pytest - python-pytest-asyncio + python-pytest-asyncio-0.26 ;; python-pytest-cov python-pytest-httpbin python-pytest-httpserver |
