From ecf9b87d14ceb3b3668dc5b05746fc2b754d8195 Mon Sep 17 00:00:00 2001 From: Henri Rosten Date: Wed, 29 Nov 2023 15:51:22 +0200 Subject: [PATCH] Re-enable skipped tests Signed-off-by: Henri Rosten --- tests/test_sbomnix.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/test_sbomnix.py b/tests/test_sbomnix.py index 4fac206..6af0c79 100644 --- a/tests/test_sbomnix.py +++ b/tests/test_sbomnix.py @@ -528,9 +528,6 @@ def test_vulnxscan_scan_sbom(): ) -@pytest.mark.skip -# vulnxscan --triage assumes repology_cli in $PATH. -# FUTUREWORK: expose this as library code? def test_vulnxscan_triage(): """Test vulnxscan scan with --triage""" out_path_vulns = TEST_WORK_DIR / "vulnxscan_test.csv" @@ -545,9 +542,6 @@ def test_vulnxscan_triage(): ) -@pytest.mark.skip -# vulnxscan --triage assumes repology_cli in $PATH. -# FUTUREWORK: expose this as library code? def test_vulnxscan_triage_whitelist(): """Test vulnxscan scan with --triage and --whitelist""" out_path_vulns = TEST_WORK_DIR / "vulnxscan_test.csv" @@ -619,9 +613,6 @@ def test_nix_outdated_help(): _run_python_script([NIX_OUTDATED, "-h"]) -@pytest.mark.skip -# vulnxscan --triage assumes repology_cli in $PATH. -# FUTUREWORK: expose this as library code? def test_nix_outdated_result(): """Test nix_outdated with TEST_NIX_RESULT as input""" out_path_nix_outdated = TEST_WORK_DIR / "nix_outdated.csv"