guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: python2-reno: Disable tests.


From: Marius Bakke
Subject: 07/07: gnu: python2-reno: Disable tests.
Date: Fri, 24 Feb 2017 15:43:14 -0500 (EST)

mbakke pushed a commit to branch python-tests
in repository guix.

commit d6caebc4d63ac8e7ae5e82b1261557e1b6898c10
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 24 21:30:22 2017 +0100

    gnu: python2-reno: Disable tests.
    
    * gnu/packages/openstack.scm (python2-reno)[arguments]: New field.
    (python-reno)[properties]: Delay it.
---
 gnu/packages/openstack.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index cdd3781..51566b6 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -605,10 +605,16 @@ in transmittable and storable formats, such as JSON and 
MessagePack.")
     (synopsis "Release notes manager")
     (description "Reno is a tool for storing release notes in a git repository
 and building documentation from them.")
+    (properties `((python2-variant . ,(delay python2-reno))))
     (license asl2.0)))
 
 (define-public python2-reno
-  (package-with-python2 python-reno))
+  (package (inherit (package-with-python2
+                     (strip-python2-variant python-reno)))
+           (arguments
+            `(#:python ,python-2
+              ;; FIXME: 'subunit.run discover: error: no such option: --list'
+              #:tests? #f))))
 
 (define-public python-oslosphinx
   (package



reply via email to

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