gnu: python2-bandit: Enable tests.

* gnu/packages/openstack.scm (python-bandit)[properties]: Remove.
(python2-bandit): Don't use STRIP-PYTHON2-VARIANT.
master
Marius Bakke 2018-02-27 23:40:30 +01:00
parent 0ab4c39285
commit 39033c8f57
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 7 deletions

View File

@ -72,16 +72,10 @@
To do this Bandit processes each file, builds an AST from it, and runs To do this Bandit processes each file, builds an AST from it, and runs
appropriate plugins against the AST nodes. Once Bandit has finished scanning appropriate plugins against the AST nodes. Once Bandit has finished scanning
all the files it generates a report.") all the files it generates a report.")
(properties `((python2-variant . ,(delay python2-bandit))))
(license asl2.0))) (license asl2.0)))
(define-public python2-bandit (define-public python2-bandit
(package (inherit (package-with-python2 (package-with-python2 python-bandit))
(strip-python2-variant python-bandit)))
(arguments
`(#:python ,python-2
;; FIXME: 'subunit.run discover: error: no such option: --list'
#:tests? #f))))
(define-public python-debtcollector (define-public python-debtcollector
(package (package