refactor: Remove PyContracts usage. (#27887)
* refactor: Remove PyContracts usage. We have not used PyContracts in a while and it is overhead we don't need in edx-platform. https://openedx.atlassian.net/browse/DEPR-147 * chore: Updating Python Requirements (#28018) Co-authored-by: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
This commit is contained in:
@@ -214,7 +214,6 @@ intersphinx_mapping = {
|
||||
# Mock out these external modules during code import to avoid errors
|
||||
autodoc_mock_imports = [
|
||||
'MySQLdb',
|
||||
'contracts',
|
||||
'django_mysql',
|
||||
'pymongo',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user