diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-12 14:30:37 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-12 14:32:24 +0100 |
commit | ee6ac8af5be8887be69f92ee1decb24e64d9ccbf (patch) | |
tree | 1d9e41db958f24f3cf0c6f836b56d1add872897e | |
parent | f41821a2b1e97ecc87721abeec9c0e1a1d0abca3 (diff) |
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
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 3 insertions, 1 deletions
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. |