gnu: python2-reno: Disable tests.
* gnu/packages/openstack.scm (python2-reno)[arguments]: New field. (python-reno)[properties]: Delay it.
This commit is contained in:
parent
e1f2e19047
commit
d6caebc4d6
|
@ -605,10 +605,16 @@ in transmittable and storable formats, such as JSON and MessagePack.")
|
||||||
(synopsis "Release notes manager")
|
(synopsis "Release notes manager")
|
||||||
(description "Reno is a tool for storing release notes in a git repository
|
(description "Reno is a tool for storing release notes in a git repository
|
||||||
and building documentation from them.")
|
and building documentation from them.")
|
||||||
|
(properties `((python2-variant . ,(delay python2-reno))))
|
||||||
(license asl2.0)))
|
(license asl2.0)))
|
||||||
|
|
||||||
(define-public python2-reno
|
(define-public python2-reno
|
||||||
(package-with-python2 python-reno))
|
(package (inherit (package-with-python2
|
||||||
|
(strip-python2-variant python-reno)))
|
||||||
|
(arguments
|
||||||
|
`(#:python ,python-2
|
||||||
|
;; FIXME: 'subunit.run discover: error: no such option: --list'
|
||||||
|
#:tests? #f))))
|
||||||
|
|
||||||
(define-public python-oslosphinx
|
(define-public python-oslosphinx
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue