You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method assertDictContainsSubset from unittest.TestCase was deprecated and removed in Python 3.11 . So running these tests in Python 3.11 will give AttributeError.
System information
Interactive Notebook, Google Cloud, etc):
pip freeze
output):Describe the current behavior
The deprecated unittest aliases were removed in python/cpython#28268 in Python 3.11 . Something like change from below could be used
pytest-dev/unittest2pytest@44ea691#diff-81d91975b2e0c0c35f9575e76be3763f82c94c3365f016ed71aa39e567762630R276
Describe the expected behavior
The text was updated successfully, but these errors were encountered: