gnu: python2-empy: Run tests.
* gnu/packages/python-xyz.scm (python2-empy)[arguments]: Re-enable tests.master
parent
0f6d5115aa
commit
0f0642423c
|
@ -1166,7 +1166,11 @@ commands.")
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public python2-empy
|
(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
|
(define-public python2-element-tree
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue