gnu: python2-empy: Run tests.

* gnu/packages/python-xyz.scm (python2-empy)[arguments]: Re-enable tests.
master
Tobias Geerinckx-Rice 2019-02-22 01:26:47 +01:00
parent 0f6d5115aa
commit 0f0642423c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 1 deletions

View File

@ -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