diff --git a/packages/python/plotly/plotly/tests/test_core/test_offline/test_offline.py b/packages/python/plotly/plotly/tests/test_core/test_offline/test_offline.py index 9607aee85d3..95c0dd35b28 100644 --- a/packages/python/plotly/plotly/tests/test_core/test_offline/test_offline.py +++ b/packages/python/plotly/plotly/tests/test_core/test_offline/test_offline.py @@ -81,6 +81,7 @@ def setUp(self): def tearDown(self): pio.templates.default = "plotly" + super().tearDown() def _read_html(self, file_url): """Read and return the HTML contents from a file_url