mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue