From 12d0503426afaffd85ce3ab66c27103f1f334bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 17 Aug 2021 13:03:17 +0200 Subject: =?UTF-8?q?Move=20dev-python/{cfn-python-lint=20=E2=86=92=20cfn-li?= =?UTF-8?q?nt}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../files/cfn-python-lint-0.30.1-tests.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 dev-python/cfn-python-lint/files/cfn-python-lint-0.30.1-tests.patch (limited to 'dev-python/cfn-python-lint/files/cfn-python-lint-0.30.1-tests.patch') diff --git a/dev-python/cfn-python-lint/files/cfn-python-lint-0.30.1-tests.patch b/dev-python/cfn-python-lint/files/cfn-python-lint-0.30.1-tests.patch deleted file mode 100644 index 6c81aef9a7a8..000000000000 --- a/dev-python/cfn-python-lint/files/cfn-python-lint-0.30.1-tests.patch +++ /dev/null @@ -1,20 +0,0 @@ -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() - -- cgit v1.2.3