rollbar/pyrollbar

assertDictContainsSubset is removed in Python 3.11

Closed this issue · 0 comments

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)