summaryrefslogtreecommitdiff
path: root/dev-python/cfn-python-lint/files/cfn-python-lint-0.30.1-tests.patch
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-08-17 13:03:17 +0200
committerMichał Górny <mgorny@gentoo.org>2021-08-18 09:56:54 +0200
commit12d0503426afaffd85ce3ab66c27103f1f334bdc (patch)
treecb60ea96e01bab64db0f779a069b8a6ac89f0108 /dev-python/cfn-python-lint/files/cfn-python-lint-0.30.1-tests.patch
parentd98adae77d4d28f1b5d69097ea7c573e99128893 (diff)
downloadgentoo-12d0503426afaffd85ce3ab66c27103f1f334bdc.tar.gz
gentoo-12d0503426afaffd85ce3ab66c27103f1f334bdc.tar.bz2
gentoo-12d0503426afaffd85ce3ab66c27103f1f334bdc.zip
Move dev-python/{cfn-python-lint → cfn-lint}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cfn-python-lint/files/cfn-python-lint-0.30.1-tests.patch')
-rw-r--r--dev-python/cfn-python-lint/files/cfn-python-lint-0.30.1-tests.patch20
1 files changed, 0 insertions, 20 deletions
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()
-