Phase 1a: Fix CI pipeline — venv in test step #11
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/basketball-api#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Lineage
plan-2026-03-08-tryout-prep→ Phase 1 → Phase 1a (CI fix)Repo
forgejo_admin/basketball-apiUser Story
As a developer
I want the CI pipeline to pass on main
So that new code deploys to the cluster via ArgoCD
Context
Woodpecker CI test step fails because
pip install .[dev]runs in a barepython:3.12-slimcontainer. PEP 668 blocks system-wide pip installs without--break-system-packages. The package never installs, so all tests fail withModuleNotFoundError: No module named 'basketball_api'.CI has been failing since PR #7. This means PR #10 (registration form, merged to main) has NOT deployed — ArgoCD never gets a new image because the build-and-push step is gated on test success.
25 tests pass locally in a venv.
File Targets
Files the agent should modify:
.woodpecker.yaml— test step only: add venv creationFiles the agent should NOT touch:
.woodpecker.yamlbuild-and-push step — leave as-isAcceptance Criteria
Test Expectations
Constraints
Checklist
Related
project-westside-basketball