Test options: don't show logging output

The logging is sent to stdout already (which is captured and printed by
PyTest), so having PyTest also capture and print logging just doubles
the output.

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2020-03-17 15:27:51 +01:00 committed by Sybren A. Stüvel
parent 782293b360
commit 504d2aae0c

View File

@ -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