Skip to content

Commit 2e54f6a

Browse files
committed
Set enqueue=True
1 parent 1ebca34 commit 2e54f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def caplog(caplog: LogCaptureFixture):
4848
format="{message}",
4949
level="DEBUG",
5050
filter=lambda record: record["level"].no >= caplog.handler.level,
51-
enqueue=False,
51+
enqueue=True,
5252
)
5353
yield caplog
5454
logger.remove(handler_id)

0 commit comments

Comments
 (0)