From c47cf257db9619c222f22ea3a438eb70e2f615d4 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 4 Mar 2025 01:29:29 +0000 Subject: [PATCH] gnu: python-cfn-lint: Skip 2 more tests. * gnu/packages/python-web.scm (python-cfn-lint) [arguments] : Skip 2 more shaky tests. Change-Id: Ib60bee902584e0d1fa36ea9f2a90fb62dd7b7c4c --- gnu/packages/python-web.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 18c4931c499..bf82d1282a6 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1683,6 +1683,8 @@ decode and default on encode. ;; Tests fail with error: AssertinError ... "test_parameter_for_autopublish_code_sha256" "test_sam_with_language_extension" + "test_module_integration" + "test_templates" ;; Test fails with error: diff error while comparing ;; graphs. "test_build_graph")