Skip to content

Commit 0fb9958

Browse files
authored
Update packages/python/chart-studio/chart_studio/tests/test_optional/test_matplotlylib/test_plot_mpl.py
1 parent d369fcf commit 0fb9958

File tree

1 file changed

+1
-1
lines changed
  • packages/python/chart-studio/chart_studio/tests/test_optional/test_matplotlylib

1 file changed

+1
-1
lines changed

packages/python/chart-studio/chart_studio/tests/test_optional/test_matplotlylib/test_plot_mpl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
if matplotlylib:
2020
import matplotlib.pyplot as plt
2121

22-
22+
@pytest.mark.matplotlib
2323
class PlotMPLTest(TestCase):
2424
def setUp(self):
2525
py.sign_in("PlotlyImageTest", "786r5mecv0", plotly_domain="https://plot.ly")

0 commit comments

Comments
 (0)