Skip to content

Commit

Permalink
Re-enable skipped tests
Browse files Browse the repository at this point in the history
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
  • Loading branch information
henrirosten committed Nov 30, 2023
1 parent d22fe06 commit ecf9b87
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/test_sbomnix.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ecf9b87

Please sign in to comment.