Skip to content

build: separate runtime and development dependencies - #153

Merged
FreeOnePlus merged 1 commit into
apache:masterfrom
FreeOnePlus:agent/pkg-002-dependency-layers
Jul 30, 2026
Merged

build: separate runtime and development dependencies#153
FreeOnePlus merged 1 commit into
apache:masterfrom
FreeOnePlus:agent/pkg-002-dependency-layers

Conversation

@FreeOnePlus

Copy link
Copy Markdown
Member

Summary

  • remove pytest, coverage, TOML parsing, lint, type-check, and build tooling from the production dependency path
  • generate runtime and development requirements from independent pyproject layers
  • enforce the boundary in tests and in a clean-wheel GitHub Actions smoke test

Validation

  • Ruff: pass
  • Mypy: pass (66 source files)
  • Bandit: pass
  • pytest: 1085 passed, 68 skipped; total coverage 57.90%
  • coverage domains: protocol 89.94%, authentication 81.18%, core managers 81.84%
  • clean Python 3.12 wheel install/CLI/import/runtime dependency audit: pass
  • official MCP 2026-07-28 conformance: 25/25 passed
  • real Doris Streamable HTTP + true subprocess Stdio: 11 passed
  • temporary Doris tables/users after test: 0/0

@FreeOnePlus FreeOnePlus reopened this Jul 30, 2026
@FreeOnePlus
FreeOnePlus merged commit 1d64994 into apache:master Jul 30, 2026
7 of 8 checks passed
@FreeOnePlus
FreeOnePlus deleted the agent/pkg-002-dependency-layers branch July 30, 2026 07:58
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