diff --git a/setup.cfg b/setup.cfg index bd60dc5..367ab83 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [tool:pytest] -addopts = -v --cov blender_asset_tracer --cov-report term-missing +addopts = -v --cov blender_asset_tracer --cov-report term-missing --no-print-logs [pep8] max-line-length = 100