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:
Nicolas Graves 2025-10-31 11:51:40 +01:00 committed by Andreas Enge
parent 73a81c6dc7
commit da8d576cc0
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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