gnu: python-fixture: Enable tests.
* gnu/packages/python.scm (python-fixtures) [arguments] remove keyword `#:tests?`.
This commit is contained in:
parent
ae92caddc5
commit
424f0a4175
|
@ -2060,8 +2060,6 @@ and sensible default behaviors into your setuptools run.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pbr-0.11" ,python-pbr-0.11)
|
`(("python-pbr-0.11" ,python-pbr-0.11)
|
||||||
("python-testtools" ,python-testtools)))
|
("python-testtools" ,python-testtools)))
|
||||||
(arguments
|
|
||||||
'(#:tests? #f)) ; no setup.py test command
|
|
||||||
(home-page "https://launchpad.net/python-fixtures")
|
(home-page "https://launchpad.net/python-fixtures")
|
||||||
(synopsis "Python test fixture library")
|
(synopsis "Python test fixture library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue