diff --git a/component/tests/common.py b/component/tests/common.py index 17da7f0f8..504fd52a8 100644 --- a/component/tests/common.py +++ b/component/tests/common.py @@ -72,17 +72,6 @@ def setUpClass(cls): super().setUpClass() cls.setUpComponent() - # pylint: disable=W8106 - def setUp(self): - # resolve an inheritance issue (common.TransactionCase does not call - # super) - common.TransactionCase.setUp(self) - ComponentMixin.setUp(self) - # There's no env on setUpClass of TransactionCase, must do it here. - self.env.context = dict( - self.env.context, components_registry=self._components_registry - ) - class ComponentRegistryCase: """This test case can be used as a base for writings tests on components