Skip to content

Commit 1bb6b87

Browse files
committed
Move simple fig to session scope.
1 parent 60dba99 commit 1bb6b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py/tests/test_kaleido.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from kaleido import Kaleido
1010

1111

12-
@pytest.fixture
12+
@pytest.fixture(scope="session")
1313
async def simple_figure_with_bytes():
1414
"""Create a simple figure with calculated bytes and PNG assertion."""
1515
import plotly.express as px # noqa: PLC0415

0 commit comments

Comments
 (0)