From bb8537321014d17d3da0aa8ea7f7f5653678c545 Mon Sep 17 00:00:00 2001
From: Niels Thykier <niels@thykier.net>
Date: Sat, 19 Jan 2019 12:16:25 +0000
Subject: [PATCH] Ignore pep-8 errors in britney2-tests

Signed-off-by: Niels Thykier <niels@thykier.net>
---
 tests/test_pycodestyle.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/test_pycodestyle.py b/tests/test_pycodestyle.py
index 9bf857a..59038cd 100644
--- a/tests/test_pycodestyle.py
+++ b/tests/test_pycodestyle.py
@@ -32,6 +32,8 @@ def all_python_files(project_dir):
                 subdirs.remove('.git')
             if 'doc' in subdirs:
                 subdirs.remove('doc')
+            if 'britney2-tests' in subdirs:
+                subdirs.remove('britney2-tests')
 
         subdirs.sort()
         files.sort()