summaryrefslogtreecommitdiff
path: root/dev-python/cfn-lint/files/cfn-lint-0.30.1-tests.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-21 23:14:26 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-21 23:14:26 +0100
commit7c59acba5699c9c58090a7a738669669a7307023 (patch)
treed51d27d020895a6b7a3298d9d1b9846c1fcb59a0 /dev-python/cfn-lint/files/cfn-lint-0.30.1-tests.patch
parente2db47eaae00ec33f8971db44b68645c5d3b9590 (diff)
gentoo resync : 21.08.2021
Diffstat (limited to 'dev-python/cfn-lint/files/cfn-lint-0.30.1-tests.patch')
-rw-r--r--dev-python/cfn-lint/files/cfn-lint-0.30.1-tests.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/cfn-lint/files/cfn-lint-0.30.1-tests.patch b/dev-python/cfn-lint/files/cfn-lint-0.30.1-tests.patch
new file mode 100644
index 000000000000..6c81aef9a7a8
--- /dev/null
+++ b/dev-python/cfn-lint/files/cfn-lint-0.30.1-tests.patch
@@ -0,0 +1,20 @@
+diff --git a/test/unit/module/test_template.py b/test/unit/module/test_template.py
+index 813040c9..a7554a31 100644
+--- a/test/unit/module/test_template.py
++++ b/test/unit/module/test_template.py
+@@ -4,6 +4,7 @@ SPDX-License-Identifier: MIT-0
+ """
+ import json
+ import os
++import unittest
+ from test.testlib.testcase import BaseTestCase
+ import cfnlint.helpers
+ from cfnlint import Template # pylint: disable=E0401
+@@ -34,6 +35,7 @@ class TestTemplate(BaseTestCase):
+ 'pIops'
+ ]
+
++ @unittest.skip("tests seems to be broken")
+ def test_build_graph(self):
+ self.template.build_graph()
+