Removing DOP from auth_exchange (#23187)
- This PR removes all imports from provider by either bringing them into edx-platform or finding dot replacement. Removing tests that tested dop parts of code. - Skipping some tests and removing dop The tests are difficult to fix due to its entanglement with dop use in third_party_auth. These tests should be restarted once dop has been removed from third_party_auth and its tests. - set ENABLE_DOP_ADAPTER = False for devstack
Showing
- cms/envs/devstack.py 1 addition, 0 deletionscms/envs/devstack.py
- lms/envs/devstack.py 1 addition, 0 deletionslms/envs/devstack.py
- openedx/core/djangoapps/auth_exchange/forms.py 100 additions, 10 deletionsopenedx/core/djangoapps/auth_exchange/forms.py
- openedx/core/djangoapps/auth_exchange/tests/test_forms.py 2 additions, 36 deletionsopenedx/core/djangoapps/auth_exchange/tests/test_forms.py
- openedx/core/djangoapps/auth_exchange/tests/test_views.py 18 additions, 46 deletionsopenedx/core/djangoapps/auth_exchange/tests/test_views.py
- openedx/core/djangoapps/auth_exchange/tests/utils.py 1 addition, 1 deletionopenedx/core/djangoapps/auth_exchange/tests/utils.py
- openedx/core/djangoapps/auth_exchange/views.py 5 additions, 31 deletionsopenedx/core/djangoapps/auth_exchange/views.py
- openedx/core/djangoapps/oauth_dispatch/tests/test_views.py 1 addition, 1 deletionopenedx/core/djangoapps/oauth_dispatch/tests/test_views.py
- openedx/core/djangoapps/oauth_dispatch/views.py 14 additions, 2 deletionsopenedx/core/djangoapps/oauth_dispatch/views.py
Loading
Please register or sign in to comment