mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-bandit: Rely on stestr test-backend.
* gnu/packages/python-check.scm (python-bandit)[arguments]{phases}: Remove uneeded keyword. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
eb58ded69b
commit
eec35c311b
1 changed files with 2 additions and 9 deletions
|
@ -313,15 +313,8 @@ Avocado machine readable outputs this one is streamlined (per test results).
|
|||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
;; Two tets fail.
|
||||
#~(list "--exclude-regex" "test_no_arguments|test_help_arg")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
;; TODO: Implement in pypproject-build-system's test-backends.
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? test-flags #:allow-other-keys)
|
||||
(when tests?
|
||||
(apply invoke "stestr" "run" test-flags)))))))
|
||||
;; XXX: Two tests fail.
|
||||
#~(list "--exclude-regex" "test_no_arguments|test_help_arg")))
|
||||
(native-inputs
|
||||
(list python-beautifulsoup4
|
||||
python-fixtures
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue