[Tests] Changed caplog level for dep_downloader

This commit is contained in:
Salvador E. Tropea 2023-01-27 11:47:22 -03:00
parent 17b4c5f00b
commit 33cd75672b
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ def try_dependency(ctx, caplog, monkeypatch, docstring, name_dep, downloader_nam
def try_dependency_module(ctx, caplog, monkeypatch, docstring, name_dep, downloader_name):
# Note: every attempt to install in a chosen dir failed, even when the module was there and in the sys.path the
# importlib call miserably failed.
caplog.set_level(logging.INFO)
with monkeypatch.context():
# Refresh the module with actual dependencies
mod = importlib.reload(downloader)