This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ee6ac8af5b gnu: python-cfn-lint: Skip one more test.
ee6ac8af5b is described below

commit ee6ac8af5be8887be69f92ee1decb24e64d9ccbf
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Aug 12 14:30:37 2025 +0100

    gnu: python-cfn-lint: Skip one more test.
    
    Seen in: 
<https://ci.guix.gnu.org/search?query=spec:master%20python-cfn-lint-1.28.0>
    
    * gnu/packages/python-web.scm (python-cfn-lint) [arguments]
    <test-flags>: Skip one more test.
    
    Change-Id: I9bf8dcfe49feb731892c7de223a3fae95aac10cc
---
 gnu/packages/python-web.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5ef1782dc5..c78af1a279 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2174,15 +2174,17 @@ decode and default on encode.
     (build-system pyproject-build-system)
     (arguments
      (list
+      ;; tests: 1807 passed, 26 deselected, 1 warning
       #:test-flags
       #~(list "-k" (string-join
                     (list
                      ;; Skip documentation tests.
                      "not test_update_docs"
                      ;; Tests fail with error: AssertinError ...
+                     "test_module_integration"
                      "test_parameter_for_autopublish_code_sha256"
                      "test_sam_with_language_extension"
-                     "test_module_integration"
+                     "test_success_run"
                      "test_templates"
                      ;; Test fails with error: diff error while comparing
                      ;; graphs.

Reply via email to