From 67e7d8fbe149a19e9af5772a0b58251257ea6790 Mon Sep 17 00:00:00 2001 From: Bjoern Ludwig Date: Sat, 23 Apr 2022 23:50:06 +0200 Subject: [PATCH] fix test_offline's tearDown --- .../plotly/plotly/tests/test_core/test_offline/test_offline.py | 1 + 1 file changed, 1 insertion(+) 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