~ruther/guix-local

ad59ebda5350b94885475980dfdb1a6be8eda2d5 — Marius Bakke 9 years ago d9184f4
gnu: python-oslo.utils: Disable tests.

* gnu/packages/openstack.scm (python-oslo.utils,
  python2-oslo.utils)[arguments]: Set #:tests? #f.
  [native-inputs]: Add python-bandit and python-oslo.config.
1 files changed, 4 insertions(+), 0 deletions(-)

M gnu/packages/openstack.scm
M gnu/packages/openstack.scm => gnu/packages/openstack.scm +4 -0
@@ 628,6 628,8 @@ and better support for mocking results.")
            ;; phase.
            (delete-file "oslo_utils/tests/test_netutils.py")))))
    (build-system python-build-system)
    (arguments
     '(#:tests? #f)) ; FIXME: Requires oslo.config >= 2.7.0.
    (propagated-inputs
      `(("python-debtcollector" ,python-debtcollector)
        ("python-oslo.i18n" ,python-oslo.i18n)


@@ 641,6 643,8 @@ and better support for mocking results.")
      `(("python-babel" ,python-babel)
        ("python-pbr" ,python-pbr)
        ;; Tests.
        ("python-bandit" ,python-bandit)
        ("python-oslo.config" ,python-oslo.config)
        ("python-oslotest" ,python-oslotest)
        ("python-mock" ,python-mock)
        ("python-mox3" ,python-mox3)