gnu: python2-oslotest: Disable tests.

* gnu/packages/openstack.scm(python2-oslotest)[arguments]: New field.
(python-oslotest)[properties]: Delay it.
This commit is contained in:
Marius Bakke 2017-02-24 20:27:47 +01:00
parent 42945fb58c
commit ec867b86a0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 7 additions and 1 deletions

View File

@ -662,10 +662,16 @@ from the OpenStack project.")
(description (description
"The Oslo Test framework provides common fixtures, support for debugging, "The Oslo Test framework provides common fixtures, support for debugging,
and better support for mocking results.") and better support for mocking results.")
(properties `((python2-variant . ,(delay python2-oslotest))))
(license asl2.0))) (license asl2.0)))
(define-public python2-oslotest (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 (define-public python-oslo.utils
(package (package