me
/
guix
Archived
1
0
Fork 0

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
Marius Bakke 2016-12-14 12:02:45 +01:00
parent 2ff4559b49
commit ea8907c5d5
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 5 additions and 0 deletions

View File

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