Skip to content

Separate production and development dependencies - #73

Merged
ichwars merged 2 commits into
mainfrom
dev-production-dependencies
Aug 4, 2026
Merged

Separate production and development dependencies#73
ichwars merged 2 commits into
mainfrom
dev-production-dependencies

Conversation

@ichwars

@ichwars ichwars commented Aug 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • keep Python runtime dependencies separate from test, lint, lock, and audit tooling
  • layer requirements-dev.txt on requirements.txt and regenerate both Python 3.12 hash locks
  • enforce the boundary in CI and pre-commit with regression tests

Runtime impact

  • removes pytest, pytest-asyncio, ruff, iniconfig, and pluggy from the production lock
  • keeps all development tooling in requirements-dev.lock.txt

Local verification

  • 7532 backend tests passed, 245 skipped
  • 244 frontend test files / 2848 tests passed; locale parity passed
  • ESLint, TypeScript, and Vite production build passed
  • Ruff check/format, source-size budget, Actionlint, and diff checks passed
  • production and development hash-lock dry-runs passed on Python 3.12.13
  • dependency-boundary tests: 8 passed; combined checker tests: 22 passed

Environment note

The local Docker daemon is not running, so the repository's required CI Docker build and integration suite remain the container-level verification gate.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: bf6c5d2cc6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread backend/tests/unit/test_dependency_boundaries.py
@ichwars
ichwars merged commit 32deec6 into main Aug 4, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant