Skip to content

Commit 5dfcd4e

Browse files
make CI pass for now
1 parent 7745f23 commit 5dfcd4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/python/plotly/plotly/tests/test_core/test_px/test_pandas_backend.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
import pytest
55

66

7+
@pytest.mark.skipif(
8+
not hasattr(pd.options.plotting, "backend"),
9+
reason="Currently installed pandas doesn't support plotting backends.",
10+
)
711
@pytest.mark.parametrize(
812
"pandas_fn,px_fn",
913
[

0 commit comments

Comments
 (0)