mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: python2-stevedore: Disable tests.
* gnu/packages/openstack.scm (python2-stevedore)[arguments]: New field. (python-stevedore)[properties]: New field.
This commit is contained in:
parent
dc6bedbaca
commit
11a8767b94
1 changed files with 7 additions and 1 deletions
|
@ -317,10 +317,16 @@ (define-public python-stevedore
|
|||
entry points tends to be repetitive, though, so stevedore provides manager
|
||||
classes for implementing common patterns for using dynamically loaded
|
||||
extensions.")
|
||||
(properties `((python2-variant . ,(delay python2-stevedore))))
|
||||
(license asl2.0)))
|
||||
|
||||
(define-public python2-stevedore
|
||||
(package-with-python2 python-stevedore))
|
||||
(package (inherit (package-with-python2
|
||||
(strip-python2-variant python-stevedore)))
|
||||
(arguments
|
||||
`(#:python ,python-2
|
||||
;; FIXME: 'subunit.run discover: error: no such option: --list'
|
||||
#:tests? #f))))
|
||||
|
||||
(define-public python-tempest-lib
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue