Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,16 +145,6 @@ jobs:
tools: bandit
setup: ""

- id: "13"
working_directory: integration-tests/cases/13-requirements-unfixable
package_manager: requirements
requirements_file: requirements.txt
bandit_scan_dirs: "."
bandit_severity_threshold: high
pip_audit_block_on: fixable
tools: "bandit,pip-audit"
setup: ""

- id: "14"
working_directory: integration-tests/cases/14-uv-low-threshold
package_manager: uv
Expand Down
18 changes: 0 additions & 18 deletions integration-tests/cases/13-requirements-unfixable/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions integration-tests/cases/13-requirements-unfixable/app.py

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions integration-tests/expected_results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,6 @@ tests:
level: note
pip_audit_findings: []

"13":
name: "requirements · flat · unfixable vulns (should pass)"
expected_conclusion: success
bandit_findings: []
pip_audit_findings:
- package: pygments
has_fix: false

"14":
name: "uv · flat · low threshold (B101 assert)"
expected_conclusion: failure
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/validate_results.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Validate that all 14 test workflows produced the expected outcomes.
"""Validate that all 13 test workflows produced the expected outcomes.

Reads job conclusions from the NEEDS_JSON env var (set by
integration-tests.yml via ``${{ toJSON(needs) }}``) and parses
Expand All @@ -23,7 +23,7 @@
# Configuration
# ---------------------------------------------------------------------------

EXPECTED_COUNT = 14
EXPECTED_COUNT = 13
ARTIFACTS_DIR = Path("artifacts")
EXPECTED_RESULTS_PATH = Path(__file__).parent / "expected_results.yml"

Expand Down
Loading