guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 72c33cb9a493305ff726fd24341ba2b3a301a0ea
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Thu Jun 19 09:58:54 2025 +0200

    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 <sharlata...@gmail.com>
---
 gnu/packages/python-check.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index bbe50278aa..2555210e0d 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -312,15 +312,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

Reply via email to