Skip to content

Commit 864f913

Browse files
author
saville
committed
Fix test leakages
1 parent 8a9dce8 commit 864f913

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_loggers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
@pytest.fixture(autouse=True)
1111
def fixture_override_colors():
12+
loggers.ContainerLogger.LOGGERS = {}
1213
original_build_colors = loggers.ContainerLogger.BUILD_LOG_COLORS
1314
original_service_colors = loggers.ContainerLogger.SERVICE_LOG_COLORS
1415
loggers.ContainerLogger.BUILD_LOG_COLORS = loggers.ColorQueue("yellow", "blue")

0 commit comments

Comments
 (0)