~ruther/guix-local

424f0a41756486c10ec285f34daaa2f9a2ce04ce — Hartmut Goebel 9 years ago ae92cad
gnu: python-fixture: Enable tests.

* gnu/packages/python.scm (python-fixtures) [arguments] remove
  keyword `#:tests?`.
1 files changed, 0 insertions(+), 2 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +0 -2
@@ 2060,8 2060,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