Skip to content

Detect pipx installs in updater#46

Open
markds75 wants to merge 1 commit into
AlmanacCode:mainfrom
markds75:codex/fix-pipx-updater
Open

Detect pipx installs in updater#46
markds75 wants to merge 1 commit into
AlmanacCode:mainfrom
markds75:codex/fix-pipx-updater

Conversation

@markds75

Copy link
Copy Markdown

Summary

  • add a pipx update install method and plan pipx upgrade codealmanac
  • detect pipx installs from explicit installer metadata and pipx venv executable paths
  • keep existing uv tool, plain pip, and editable-install behavior unchanged

Fixes #45.

Tests

  • uv run pytest tests/test_update_service.py
  • uv run pytest tests/test_cli.py -k update
  • uv run ruff check src/codealmanac/services/updates tests/test_update_service.py
  • git diff --check

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.

Updater does not detect pipx installs

1 participant