summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 77fea36fdae..fc4dae56dc8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25585,9 +25585,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