twilio-python icon indicating copy to clipboard operation
twilio-python copied to clipboard

assertDictContainsSubset was removed in Python 3.11

Open tirkarthi opened this issue 3 years ago • 1 comments

Issue Summary

The deprecated unittest aliases were removed in python/cpython#28268 in Python 3.11

Steps to Reproduce

twilio-python/tests/unit/jwt/test_jwt.py:        self.assertDictContainsSubset({
twilio-python/tests/unit/jwt/test_client_validation.py:        self.assertDictContainsSubset({
twilio-python/tests/unit/jwt/test_client_validation.py:        self.assertDictContainsSubset({

tirkarthi avatar Dec 22 '21 14:12 tirkarthi

This issue has been added to our internal backlog to be prioritized (Reference ID: DI-1915). Pull requests and +1s on the issue summary will help it move up the backlog.

eshanholtz avatar Jan 05 '22 22:01 eshanholtz