[Tests] Changed caplog level for dep_downloader
This commit is contained in:
parent
17b4c5f00b
commit
33cd75672b
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue