diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-06-19 09:58:54 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:18 +0100 |
| commit | 2eecaa9709cf411b30247640be1fac0c98ff107e (patch) | |
| tree | a843ad8974dc30c7c332f6aab1a22e16b61a10d0 | |
| parent | bb9202072e4d365707c37888753b17475fcbf426 (diff) | |
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>
| -rw-r--r-- | gnu/packages/python-check.scm | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 29877add3c..51d100d34c 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -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 |
