gnu: python-fixture: Enable tests.

* gnu/packages/python.scm (python-fixtures) [arguments] remove
  keyword `#:tests?`.
master
Hartmut Goebel 2016-10-13 14:44:53 +02:00
parent ae92caddc5
commit 424f0a4175
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 0 additions and 2 deletions

View File

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