intentionally break a build

This commit is contained in:
Maxim Kurnikov
2019-01-26 17:33:43 +03:00
parent eacdd2ba09
commit d6c9aa1b00

View File

@@ -17,8 +17,12 @@ IGNORED_ERROR_PATTERNS = [
TESTS_DIRS = [ TESTS_DIRS = [
'absolute_url_overrides', 'absolute_url_overrides',
'admin_*', 'admin_*',
'aggregation*', 'aggregation',
'annotations' 'aggregation_regress',
'annotations',
'app_loading',
'apps',
'auth_tests'
] ]
def check_file_in_the_current_directory(directory, fname): def check_file_in_the_current_directory(directory, fname):