htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit bc384743181a98a381c6e5d4db062f19a6aca1a8 Author: Hartmut Goebel <[email protected]> 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
