Skip to content

assertDictContainsSubset was removed in Python 3.11 #584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tirkarthi opened this issue Dec 22, 2021 · 1 comment · Fixed by #636
Closed

assertDictContainsSubset was removed in Python 3.11 #584

tirkarthi opened this issue Dec 22, 2021 · 1 comment · Fixed by #636
Labels
type: twilio enhancement feature request on Twilio's roadmap

Comments

@tirkarthi
Copy link

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({
@eshanholtz
Copy link
Contributor

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 eshanholtz added status: help wanted requesting help from the community type: twilio enhancement feature request on Twilio's roadmap labels Jan 5, 2022
@childish-sambino childish-sambino added status: work in progress Twilio or the community is in the process of implementing and removed status: help wanted requesting help from the community labels Jan 19, 2023
@childish-sambino childish-sambino removed the status: work in progress Twilio or the community is in the process of implementing label Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: twilio enhancement feature request on Twilio's roadmap
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants