diff --git a/tests/test_cli/utils.py b/tests/test_cli/utils.py index 3694f265..3ac2b51d 100644 --- a/tests/test_cli/utils.py +++ b/tests/test_cli/utils.py @@ -43,8 +43,6 @@ class CliTestCase(unittest.TestCase): STDOUT = sys.stdout STDERR = sys.stderr - def tearDown(self): - mock.patch.stopall() # # private methods #