summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/test_code_checks.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/Testsrc/test_code_checks.py')
-rw-r--r--testsuite/Testsrc/test_code_checks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/Testsrc/test_code_checks.py b/testsuite/Testsrc/test_code_checks.py
index 98df358e7..c368d40ce 100644
--- a/testsuite/Testsrc/test_code_checks.py
+++ b/testsuite/Testsrc/test_code_checks.py
@@ -336,7 +336,7 @@ class TestPylint(CodeTestCase):
class TestPEP8(CodeTestCase):
__test__ = True
- command = ["pep8", "--ignore=E125,E501"]
+ command = ["pep8", "--ignore=E125,E129,E501"]
def _test_errors(self, files, extra_args=None):
pass