gnu: python-debtcollector: Disable tests.
* gnu/packages/openstack.scm (python-debtcollector, python2-debtcollector)[arguments]: Set #:tests? #f.
This commit is contained in:
parent
7917a13554
commit
767c7e0ed1
|
@ -81,6 +81,8 @@ all the files it generates a report.")
|
||||||
(base32
|
(base32
|
||||||
"0g4dfskaiy47rhsh4gh66l5vmdsrgq0qk68pl3ix1cj3ffvfndzv"))))
|
"0g4dfskaiy47rhsh4gh66l5vmdsrgq0qk68pl3ix1cj3ffvfndzv"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:tests? #f)) ;FIXME: Requires packaging python-doc8.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-six" ,python-six)
|
`(("python-six" ,python-six)
|
||||||
("python-wrapt" ,python-wrapt)))
|
("python-wrapt" ,python-wrapt)))
|
||||||
|
|
Loading…
Reference in New Issue