Make clean-checkout installation and test execution reproducible #5
Labels
No labels
architecture
cleanup
dependencies
performance
priority: high
priority: medium
reliability
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
solvreven/FPL#5
Loading…
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?
Finding
A clean checkout does not declare enough information to install and validate the project reliably:
pyproject.tomllists runtime dependencies only;pytestand Playwright test requirements are undeclared.numpy>=1.26andfastapi>=0.110.[tool.setuptools].packagesomitsbackend.webandbackend.odds, even though both are imported by the application. An installed wheel would therefore be incomplete.[build-system]is declared.Observed baseline:
python3 -m pytestfails immediately withNo module named pytest; syntax compilation and Node parse checks pass, but the test suite cannot be run from repository metadata alone.Suggested direction
Acceptance criteria
backend.web.mainandbackend.oddssuccessfully.Implemented on main in commit
76ab711and covered by regression tests. Closing as complete.