Skip to content

Commit 49d0cbb

Browse files
committed
test: ignore warning on plotly
1 parent 4ab9619 commit 49d0cbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_third_party.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def test_vispy(qapp: "QApplication") -> None:
8989
canvas.close()
9090

9191

92+
@pytest.mark.filterwarnings("ignore:\\*scattermapbox\\* is deprecated")
9293
@pytest.mark.skipif(os.name == "nt" and sys.version_info >= (3, 11), reason="segfaults")
9394
def test_plotly() -> None:
9495
px = pytest.importorskip("plotly.express")

0 commit comments

Comments
 (0)