gnu: python-trollius-redis: Disable tests.
* gnu/packages/python.scm (python-trollius-redis, python2-trollius-redis)[arguments]: New field.
This commit is contained in:
parent
424b1ae769
commit
97b62eb0bf
@ -8488,6 +8488,8 @@ minimal and fast API targetting the following uses:
|
||||
(base32
|
||||
"0k3vypszmgmaipgw9xscvgm79h2zd6p6ci8gdp5sxl6g5kbqr9fy"))))
|
||||
(build-system python-build-system)
|
||||
;; TODO: Tests require packaging 'hiredis'.
|
||||
(arguments '(#:tests? #f))
|
||||
(home-page "https://github.com/benjolitz/trollius-redis")
|
||||
(synopsis "Port of asyncio-redis to trollius")
|
||||
(description "@code{trollius-redis} is a Redis client for Python
|
||||
|
Loading…
Reference in New Issue
Block a user