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:
Nicolas Graves 2025-06-19 09:58:54 +02:00 committed by Sharlatan Hellseher
parent eb58ded69b
commit eec35c311b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -313,15 +313,8 @@ Avocado machine readable outputs this one is streamlined (per test results).
(arguments (arguments
(list (list
#:test-flags #:test-flags
;; Two tets fail. ;; XXX: Two tests fail.
#~(list "--exclude-regex" "test_no_arguments|test_help_arg") #~(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)))))))
(native-inputs (native-inputs
(list python-beautifulsoup4 (list python-beautifulsoup4
python-fixtures python-fixtures