setup.cfg - set enabled pytest_cov explicitly (#92896)

To support running tests if `PYTEST_DISABLE_PLUGIN_AUTOLOAD` is set
(to avoid conflicts with other plugins that might be available on the
system).

Reviewed-on: https://projects.blender.org/blender/blender-asset-tracer/pulls/92896
This commit is contained in:
Andrej730 2025-11-24 14:40:35 +01:00 committed by Sybren A. Stüvel
parent 5690c8e7cb
commit b1c4f5e116

View File

@ -1,5 +1,5 @@
[tool:pytest]
addopts = -v --cov blender_asset_tracer --cov-report term-missing
addopts = -p pytest_cov -v --cov blender_asset_tracer --cov-report term-missing
[pep8]
max-line-length = 100