We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60dba99 commit 1bb6b87Copy full SHA for 1bb6b87
src/py/tests/test_kaleido.py
@@ -9,7 +9,7 @@
9
from kaleido import Kaleido
10
11
12
-@pytest.fixture
+@pytest.fixture(scope="session")
13
async def simple_figure_with_bytes():
14
"""Create a simple figure with calculated bytes and PNG assertion."""
15
import plotly.express as px # noqa: PLC0415
0 commit comments