mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
04f3f640a2
commit
771659666d
1 changed files with 2 additions and 3 deletions
|
@ -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.
|
;; This test opens a remote connection.
|
||||||
#~(list "-k" "not test_create_connection_resolve_good")))
|
#~(list "-k" "not test_create_connection_resolve_good")))
|
||||||
(native-inputs (list python-pytest
|
(native-inputs (list python-pytest
|
||||||
python-pytest-asyncio
|
python-pytest-asyncio-0.26
|
||||||
python-setuptools
|
python-setuptools))
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-attrs python-websockets))
|
(list python-attrs python-websockets))
|
||||||
(home-page "https://github.com/kyuupichan/aiorpcX")
|
(home-page "https://github.com/kyuupichan/aiorpcX")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue