mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: behave: Enable tests.
* gnu/packages/check.scm (behave)[native-inputs]: Add python-mock, python-nose and python-pyhamcrest. [arguments]: Remove #:tests?. Add #:test-target.
This commit is contained in:
parent
5b72dafe44
commit
1e257d3da9
1 changed files with 6 additions and 2 deletions
|
@ -1549,12 +1549,16 @@ (define-public behave
|
|||
(base32
|
||||
"1iypp6z46r19n4xmgx6m1lwmlpfjh8vapq8izigrqlaarvp2y64c"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-mock" ,python-mock)
|
||||
("python-nose" ,python-nose)
|
||||
("python-pyhamcrest" ,python-pyhamcrest)))
|
||||
(propagated-inputs
|
||||
`(("python-six" ,python-six)
|
||||
("python-parse" ,python-parse)
|
||||
("python-parse-type" ,python-parse-type)))
|
||||
(arguments `(#:tests? #f)) ;TODO: tests require nose>=1.3 and
|
||||
;PyHamcrest>=1.8
|
||||
(arguments
|
||||
'(#:test-target "behave_test"))
|
||||
(home-page "https://github.com/behave/behave")
|
||||
(synopsis "Python behavior-driven development")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue