~ruther/guix-local

ec867b86a0575d049922e074312b36dfb9d71868 — Marius Bakke 9 years ago 42945fb
gnu: python2-oslotest: Disable tests.

* gnu/packages/openstack.scm(python2-oslotest)[arguments]: New field.
(python-oslotest)[properties]: Delay it.
1 files changed, 7 insertions(+), 1 deletions(-)

M gnu/packages/openstack.scm
M gnu/packages/openstack.scm => gnu/packages/openstack.scm +7 -1
@@ 662,10 662,16 @@ from the OpenStack project.")
    (description
      "The Oslo Test framework provides common fixtures, support for debugging,
and better support for mocking results.")
    (properties `((python2-variant . ,(delay python2-oslotest))))
    (license asl2.0)))

(define-public python2-oslotest
  (package-with-python2 python-oslotest))
  (package (inherit (package-with-python2
                     (strip-python2-variant python-oslotest)))
           (arguments
            `(#:python ,python-2
              ;; FIXME: 'subunit.run discover: error: no such option: --list'
              #:tests? #f))))

(define-public python-oslo.utils
  (package