Skip to content

Commit d09e84c

Browse files
author
ivasio
committed
disable debug in cli tests
1 parent e7c5cc4 commit d09e84c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/workspace/cli/test_runtime_command.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
GithubDeviceFlowStartResponse,
2828
)
2929
from dlt.common.configuration.specs.pluggable_run_context import PluggableRunContext
30+
from dlt._workspace.cli import _debug
31+
32+
33+
@pytest.fixture(autouse=True)
34+
def disable_debug():
35+
_debug.disable_debug()
3036

3137

3238
def reload_config_providers():

0 commit comments

Comments
 (0)