We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde105b commit 826a5faCopy full SHA for 826a5fa
tests/pytest/test_pytest_ensure_logging.py
@@ -9,6 +9,7 @@ async def test_ensure_logging(monkeypatch):
9
# Ensure default sqlite logger is enabled in CI environments and reset lazy cache
10
monkeypatch.setenv("DISABLE_EP_SQLITE_LOG", "0")
11
from eval_protocol.dataset_logger import default_logger as _dl
12
+
13
# Reset the cached underlying logger so it re-initializes with the current env
14
try:
15
monkeypatch.setattr(_dl, "_logger", None, raising=False)
0 commit comments