~ruther/guix-local

39033c8f5719d85736798f3101022cca8ea92e5d — Marius Bakke 8 years ago 0ab4c39
gnu: python2-bandit: Enable tests.

* gnu/packages/openstack.scm (python-bandit)[properties]: Remove.
(python2-bandit): Don't use STRIP-PYTHON2-VARIANT.
1 files changed, 1 insertions(+), 7 deletions(-)

M gnu/packages/openstack.scm
M gnu/packages/openstack.scm => gnu/packages/openstack.scm +1 -7
@@ 72,16 72,10 @@
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
all the files it generates a report.")
    (properties `((python2-variant . ,(delay python2-bandit))))
    (license asl2.0)))

(define-public python2-bandit
  (package (inherit (package-with-python2
                     (strip-python2-variant python-bandit)))
           (arguments
            `(#:python ,python-2
              ;; FIXME: 'subunit.run discover: error: no such option: --list'
              #:tests? #f))))
  (package-with-python2 python-bandit))

(define-public python-debtcollector
  (package