Skip to content

Commit 2565ca1

Browse files
committed
Add comment.
1 parent 14ae763 commit 2565ca1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/py/tests/test_kaleido.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
from kaleido import Kaleido
1010

1111

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.
1215
@pytest.fixture(scope="function")
1316
async def simple_figure_with_bytes():
1417
"""Create a simple figure with calculated bytes and PNG assertion."""

0 commit comments

Comments
 (0)