mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-02-06 08:31:49 +01:00
fix(ci): install httpx and run pytest via python -m
This commit is contained in:
parent
c95b15ef56
commit
eb5281623a
4 changed files with 6 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
## Summary
|
||||
- Hardened theme catalog schema to accept optional IDs and refreshed the preview performance baseline to keep CI checks green.
|
||||
- CI updates install the missing `httpx` dependency and run pytest through `python -m` to ensure the web stack tests import the local package correctly.
|
||||
- Delivered multi-theme random builds with deterministic cascade, strict match support, and polished HTMX/UI flows.
|
||||
- Added opt-in telemetry counters, reroll throttling safeguards, and structured diagnostics exports.
|
||||
- Expanded tooling, documentation, and QA coverage for theme governance, performance profiling, and seed history management.
|
||||
|
|
@ -29,6 +30,7 @@
|
|||
|
||||
### Maintenance & CI
|
||||
- Theme catalog schema now accepts optional IDs and the preview performance warm baseline was regenerated to restore the regression gate.
|
||||
- GitHub Actions now includes `httpx` in the default dependency install and executes pytest via `python -m` so FastAPI TestClient suites run without import errors.
|
||||
|
||||
## Detailed changes
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue