Skip to content

Commit d54f3f1

Browse files
committed
decrease verbosity level to quiet
1 parent ae7443a commit d54f3f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,10 @@ multi_line_output = 3
405405
[tool.pytest.ini_options]
406406
pythonpath = ["dlt", "docs/website/docs"]
407407
norecursedirs = [".direnv", ".eggs", "build", "dist"]
408-
addopts = "-v --showlocals --durations 10"
408+
addopts = "--showlocals --durations 10"
409409
xfail_strict = true
410-
log_cli = true
411410
log_cli_level = "INFO"
411+
console_output_style = "count"
412412
python_files = ["test_*.py", "*_test.py", "*snippets.py", "*snippet.pytest"]
413413
python_functions = ["*_test", "test_*", "*_snippet"]
414414
filterwarnings = ["ignore::DeprecationWarning"]

0 commit comments

Comments
 (0)