gnu: python-mox3: Disable tests.
* gnu/packages/openstack.scm (python-mox3, python2-mox3)[arguments]: Disable tests. [native-inputs]: Add python-oslosphinx and python-sphinx.master
parent
2ff4559b49
commit
ea8907c5d5
|
@ -149,9 +149,14 @@ guidelines}.")
|
|||
(base32
|
||||
"0njmh40i1lg5mzn9hc2ax83adj6dli455j6xifilrw27c4wlkjzx"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; TODO: Requires newer version of testtools (>=1.4.0).
|
||||
'(#:tests? #f))
|
||||
(native-inputs
|
||||
`(("python-fixtures" ,python-fixtures)
|
||||
("python-oslosphinx" ,python-oslosphinx)
|
||||
("python-pbr" ,python-pbr)
|
||||
("python-sphinx" ,python-sphinx)
|
||||
("python-testtools" ,python-testtools)))
|
||||
(home-page "http://www.openstack.org/")
|
||||
(synopsis "Mock object framework for Python")
|
||||
|
|
Reference in New Issue