assertDictContainsSubset is removed in Python 3.11
tirkarthi opened this issue · 0 comments
tirkarthi commented
The deprecated aliases were removed in Python 3.11 in python/cpython#28268 .
rollbar/test/starlette_tests/test_logger.py: self.assertDictContainsSubset(expected_scope, scope)
rollbar/test/starlette_tests/test_middleware.py: self.assertDictContainsSubset(expected_scope, scope)
rollbar/test/fastapi_tests/test_logger.py: self.assertDictContainsSubset(expected_scope, scope)
rollbar/test/fastapi_tests/test_middleware.py: self.assertDictContainsSubset(expected_scope, scope)
rollbar/test/fastapi_tests/test_routing.py: self.assertDictContainsSubset(expected_scope, scope)