[Tests] Separated some of the dependency tests

- Marked slow, to avoid parallel execution
This commit is contained in:
Salvador E. Tropea 2023-01-03 12:56:41 -03:00
parent e125ed95e0
commit 08dd0258cd
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,7 @@ def test_dep_rar(test_dir, caplog, monkeypatch):
try_dependency(ctx, caplog, monkeypatch, compress.__doc__, 'rar', 'rar', bin_dir, use_wrapper=True)
@pytest.mark.slow
def test_dep_pytool(test_dir, caplog, monkeypatch):
""" Check the pytool_downloader """
# Create a context to get an output directory
@ -93,6 +94,7 @@ def test_dep_pytool(test_dir, caplog, monkeypatch):
try_dependency(ctx, caplog, monkeypatch, kibom.__doc__, 'kibom', 'pytool', bin_dir_py)
@pytest.mark.slow
def test_dep_rsvg(test_dir, caplog, monkeypatch):
""" Check the rsvg_downloader """
# Create a context to get an output directory
@ -111,6 +113,7 @@ def test_dep_git(test_dir, caplog, monkeypatch):
try_dependency(ctx, caplog, monkeypatch, downloader.__doc__+dep, 'git', 'git', bin_dir)
@pytest.mark.slow
def test_dep_gs(test_dir, caplog, monkeypatch):
""" Check the git_downloader """
# Create a context to get an output directory