gnu: python-trollius-redis: Disable tests.

* gnu/packages/python.scm (python-trollius-redis,
python2-trollius-redis)[arguments]: New field.
master
Marius Bakke 2017-02-13 22:58:03 +01:00
parent 424b1ae769
commit 97b62eb0bf
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

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