diff --git a/cms/djangoapps/contentstore/features/__init__.py b/cms/djangoapps/contentstore/features/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/cms/djangoapps/course_creators/tests/__init__.py b/cms/djangoapps/course_creators/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/cms/lib/xblock/test/__init__.py b/cms/lib/xblock/test/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/common/djangoapps/course_action_state/tests/__init__.py b/common/djangoapps/course_action_state/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/common/djangoapps/lang_pref/tests/__init__.py b/common/djangoapps/lang_pref/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/common/djangoapps/monkey_patch/tests/__init__.py b/common/djangoapps/monkey_patch/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/common/djangoapps/static_replace/test/__init__.py b/common/djangoapps/static_replace/test/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/common/djangoapps/track/backends/tests/__init__.py b/common/djangoapps/track/backends/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/common/djangoapps/track/management/tests/__init__.py b/common/djangoapps/track/management/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/common/lib/calc/calc/tests/__init__.py b/common/lib/calc/calc/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/common/lib/capa/capa/safe_exec/tests/__init__.py b/common/lib/capa/capa/safe_exec/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/common/lib/xmodule/xmodule/assetstore/tests/__init__.py b/common/lib/xmodule/xmodule/assetstore/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lms/djangoapps/courseware/features/__init__.py b/lms/djangoapps/courseware/features/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lms/djangoapps/dashboard/management/commands/tests/__init__.py b/lms/djangoapps/dashboard/management/commands/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lms/djangoapps/instructor/features/__init__.py b/lms/djangoapps/instructor/features/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lms/djangoapps/notification_prefs/features/__init__.py b/lms/djangoapps/notification_prefs/features/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lms/djangoapps/verify_student/management/commands/tests/__init__.py b/lms/djangoapps/verify_student/management/commands/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lms/lib/xblock/__init__.py b/lms/lib/xblock/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lms/lib/xblock/test/__init__.py b/lms/lib/xblock/test/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/openedx/core/djangoapps/course_groups/management/commands/tests/__init__.py b/openedx/core/djangoapps/course_groups/management/commands/tests/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/scripts/all-tests.sh b/scripts/all-tests.sh index 6333dfeba6..d41ed9a8b6 100755 --- a/scripts/all-tests.sh +++ b/scripts/all-tests.sh @@ -61,7 +61,7 @@ git clean -qxfd source scripts/jenkins-common.sh # Violations thresholds for failing the build -PYLINT_THRESHOLD=5500 +PYLINT_THRESHOLD=6400 # If the environment variable 'SHARD' is not set, default to 'all'. # This could happen if you are trying to use this script from