Skip to content

Commit e79e2d6

Browse files
committed
Update plotting backend to matplotlylib for matplotlylib test
1 parent c9bdfbe commit e79e2d6

File tree

1 file changed

+1
-1
lines changed
  • packages/python/plotly/plotly/tests/test_optional/test_utils

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/plotly/tests/test_optional/test_utils/test_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def test_no_numpy_int_type(self):
438438
@pytest.mark.matplotlib
439439
def test_masked_constants_example():
440440
try:
441-
pd.options.plotting.backend = "matplotlib"
441+
pd.options.plotting.backend = "matplotylib"
442442
except Exception:
443443
pass
444444

0 commit comments

Comments
 (0)