The assertDictContainsSubset method was deprecated in version 3.2 and removed in version 3.11.
Reference: python/cpython#28268
Example usage in edx-platform:
|
self.assertDictContainsSubset({'team': ['Course team user does not exist']}, response.data) |
Example replacement:
python/cpython#28268 (comment)