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 14ae763 commit 2565ca1Copy full SHA for 2565ca1
src/py/tests/test_kaleido.py
@@ -9,6 +9,9 @@
9
from kaleido import Kaleido
10
11
12
+# can't do session scope because pytest complains that its used by
13
+# function-scoped loops. tried to create a separate loop in here with
14
+# session, lots of spooky errors, even asyncio.run() doesn't clean up right.
15
@pytest.fixture(scope="function")
16
async def simple_figure_with_bytes():
17
"""Create a simple figure with calculated bytes and PNG assertion."""
0 commit comments