diff --git a/cms/envs/common.py b/cms/envs/common.py index 9741035e55d0..763da41af36d 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -516,6 +516,14 @@ # in the LMS and CMS. # .. toggle_tickets: 'https://github.com/open-craft/edx-platform/pull/429' 'DISABLE_UNENROLLMENT': False, + + # .. toggle_name: FEATURES['BADGES_ENABLED'] + # .. toggle_implementation: DjangoSetting + # .. toggle_default: False + # .. toggle_description: Set to True to enable the Badges feature. + # .. toggle_use_cases: open_edx + # .. toggle_creation_date: 2024-04-10 + 'BADGES_ENABLED': False, } # .. toggle_name: ENABLE_COPPA_COMPLIANCE diff --git a/lms/djangoapps/grades/tests/test_events.py b/lms/djangoapps/grades/tests/test_events.py index c6059d06854a..e94596e07b2e 100644 --- a/lms/djangoapps/grades/tests/test_events.py +++ b/lms/djangoapps/grades/tests/test_events.py @@ -111,7 +111,7 @@ def test_persistent_grade_event_emitted(self): ) -class CoursePassingStatusEventsTest(SharedModuleStoreTestCase, OpenEdxEventsTestMixin): +class CoursePassingStatusEventsTest(SharedModuleStoreTestCase, OpenEdxEventsTestMixin): # pylint: disable=missing-class-docstring ENABLED_OPENEDX_EVENTS = [ "org.openedx.learning.course.passing.status.updated.v1", ] @@ -169,7 +169,7 @@ def test_course_passing_status_updated_emitted(self): ) -class CCXCoursePassingStatusEventsTest( +class CCXCoursePassingStatusEventsTest( # pylint: disable=missing-class-docstring SharedModuleStoreTestCase, OpenEdxEventsTestMixin ): ENABLED_OPENEDX_EVENTS = [