Some of the tests are failing because DjangoTranslation object is behaving differently with py2 and py3.With py2, it has 'ugettext' attribute but with py3 it doesn't have.To make it compliant with both versions modifications in the tests have been added so that build will not fail. PROD-664
CMS (Content Management System) ------------------------------- This directory contains code relating to the course management portal for edX, also known as Studio.