guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: python2-empy: Run tests.


From: guix-commits
Subject: 06/09: gnu: python2-empy: Run tests.
Date: Thu, 21 Feb 2019 20:49:51 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0f0642423c8cf799bfe8b5a095b57f7fbddeaf19
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 22 01:26:47 2019 +0100

    gnu: python2-empy: Run tests.
    
    * gnu/packages/python-xyz.scm (python2-empy)[arguments]: Re-enable tests.
---
 gnu/packages/python-xyz.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f093a66..ed97ec5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1166,7 +1166,11 @@ commands.")
     (license license:lgpl2.1+)))
 
 (define-public python2-empy
-  (package-with-python2 python-empy))
+  (let ((base (package-with-python2 (strip-python2-variant python-empy))))
+    (package
+      (inherit base)
+      (arguments `(,@(package-arguments base)
+                   #:tests? #t)))))
 
 (define-public python2-element-tree
   (package



reply via email to

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