guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/37: gnu: python2-bandit: Enable tests.


From: Marius Bakke
Subject: 14/37: gnu: python2-bandit: Enable tests.
Date: Wed, 28 Feb 2018 10:33:52 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 39033c8f5719d85736798f3101022cca8ea92e5d
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 27 23:40:30 2018 +0100

    gnu: python2-bandit: Enable tests.
    
    * gnu/packages/openstack.scm (python-bandit)[properties]: Remove.
    (python2-bandit): Don't use STRIP-PYTHON2-VARIANT.
---
 gnu/packages/openstack.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index bcd0754..2767d6d 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]