Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe76f2c

Browse files
skip failing mpl tests
1 parent b7ba00b commit fe76f2c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/tests/test_optional/test_matplotlylib/test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def test_bar_data():
7474
)
7575

7676

77-
@pytest.mark.matplotlib
77+
@pytest.mark.skip
7878
def test_bars_data():
7979
fig, ax = plt.subplots()
8080
ax.bar(D["x1"], D["y1"], color="r")

0 commit comments

Comments
 (0)