Skip to content

Commit 855f622

Browse files
committed
This should crash the test
1 parent 2248f1d commit 855f622

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/python/plotly/plotly/tests/test_io/test_renderers.py

+1
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ def test_missing_webbrowser_module(fig1):
390390
"""
391391
removed_webbrowser_module = sys.modules["webbrowser"]
392392
del sys.modules["webbrowser"]
393+
import webbrowser
393394
fig1._repr_html_()
394395
sys.modules[
395396
"webbrowser"

0 commit comments

Comments
 (0)