gnu: python-debtcollector: Disable tests.

* gnu/packages/openstack.scm (python-debtcollector,
  python2-debtcollector)[arguments]: Set #:tests? #f.
This commit is contained in:
Marius Bakke 2016-12-15 13:23:56 +01:00
parent 7917a13554
commit 767c7e0ed1
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -81,6 +81,8 @@ (define-public python-debtcollector
(base32
"0g4dfskaiy47rhsh4gh66l5vmdsrgq0qk68pl3ix1cj3ffvfndzv"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ;FIXME: Requires packaging python-doc8.
(propagated-inputs
`(("python-six" ,python-six)
("python-wrapt" ,python-wrapt)))