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"