htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit dba222281ed1a58f848359a89912b5a281c507e5 Author: Hartmut Goebel <h.goe...@crazy-compilers.com> Date: Thu Oct 13 14:44:53 2016 +0200 gnu: python-fixture: Enable tests. * gnu/packages/python.scm (python-fixtures) [arguments] remove keyword `#:tests?`. --- gnu/packages/python.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7298f47..fa15006 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1987,8 +1987,6 @@ and sensible default behaviors into your setuptools run.") (native-inputs `(("python-pbr-0.11" ,python-pbr-0.11) ("python-testtools" ,python-testtools))) - (arguments - '(#:tests? #f)) ; no setup.py test command (home-page "https://launchpad.net/python-fixtures") (synopsis "Python test fixture library") (description