3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-hacking: Disable tests.

* gnu/packages/openstack.scm (python-hacking, python2-hacking)[arguments]:
Set #:tests? #f.
This commit is contained in:
Marius Bakke 2016-12-14 11:27:11 +01:00
parent a717e8a698
commit 2ff4559b49
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -113,6 +113,9 @@ manner.")
(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)