mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: python-jsonrpclib-pelix: Fix tests.
* gnu/packages/python-xyz.scm (python-jsonrpclib-pelix) [arguments]<#:test-backend>: Remove it. <#:test-flags>: Refresh it. [native-inputs]: Add python-pytest. Change-Id: I98db9df4f74ddfa601aa577b899a6e91677e96de Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
73a81c6dc7
commit
da8d576cc0
1 changed files with 3 additions and 3 deletions
|
|
@ -25547,9 +25547,9 @@ offset, or using offset reference
|
|||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:test-backend #~'unittest
|
||||
#:test-flags #~(list "-k" "not test_multicall_success")))
|
||||
(native-inputs (list python-setuptools))
|
||||
#:test-flags #~(list "--deselect=\
|
||||
tests/test_internal.py::InternalTests::test_multicall_success")))
|
||||
(native-inputs (list python-pytest python-setuptools))
|
||||
(home-page "https://github.com/tcalmant/jsonrpclib")
|
||||
(synopsis "JSON-RPC 2.0 client library for Python")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue