gnu: python-hacking: Disable tests.
* gnu/packages/openstack.scm (python-hacking, python2-hacking)[arguments]: Set #:tests? #f.
This commit is contained in:
parent
a717e8a698
commit
2ff4559b49
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ (define-public python-hacking
|
|||
(base32
|
||||
"1a310k3dv04jg7zvmk37h2ql7y9kf4hvdxb74bjlwdxgmy6h4wap"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; TODO: Requires unpackaged 'eventlet'.
|
||||
'(#:tests? #f))
|
||||
(propagated-inputs
|
||||
`(("python-flake8-2.2.4" ,python-flake8-2.2.4)
|
||||
("python-mccabe-0.2.1" ,python-mccabe-0.2.1)
|
||||
|
|
Loading…
Reference in a new issue