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()