summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-26 15:35:20 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-26 15:35:27 +0100
commit771659666dbccbe9d24e561d8ad7b5badf771f98 (patch)
treec52e43a02abfdff677f131a560e1d1372f8a9048 /gnu/packages/python-web.scm
parent04f3f640a2963a34f00dde54da7c26a702d4738e (diff)
gnu: python-aiorpcx: Fix tests.
* gnu/packages/python-web.scm (python-aiorpcx)[native-inputs]: Remove python-pytest-asyncio and python-wheel; add python-pytest-asyncio-0.26. Change-Id: I8acf3eb36a0ab1a41038471456aa15d0fef92cbc
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index fe7f39333f..3fe87747bf 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1699,9 +1699,8 @@ It features a minimal TLS 1.3 implementation, a QUIC stack and an HTTP/3 stack."
;; This test opens a remote connection.
#~(list "-k" "not test_create_connection_resolve_good")))
(native-inputs (list python-pytest
- python-pytest-asyncio
- python-setuptools
- python-wheel))
+ python-pytest-asyncio-0.26
+ python-setuptools))
(propagated-inputs
(list python-attrs python-websockets))
(home-page "https://github.com/kyuupichan/aiorpcX")