Skip to content

Fix stale Python source install binaries - #56

Merged
omry merged 1 commit into
pr55from
pr56
Aug 14, 2026
Merged

Fix stale Python source install binaries#56
omry merged 1 commit into
pr55from
pr56

Conversation

@omry

@omry omry commented Aug 13, 2026

Copy link
Copy Markdown
Owner

Build local Python source-package binaries into a fresh staging directory and atomically publish them instead of accepting an existing dist executable. Preserve REPLOY_BINARY as the explicit prebuilt-binary path.

Add hook and end-to-end regressions for editable and ordinary Pip installs, including failure preservation, and run them in CI. Document the source-install behavior and add a release-note fragment.

Remove a redundant wall-clock bound from the broker attachment-deadline test while retaining its deterministic attach_timeout contract, avoiding false failures on slower runners.

Fixes #44

@omry
omry changed the base branch from main to pr55 August 13, 2026 12:07
@omry
omry marked this pull request as ready for review August 13, 2026 12:09
Copilot AI lite review requested due to automatic review settings August 13, 2026 12:09

Copilot AI 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.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Build local Python source-package binaries into a fresh staging directory and atomically publish them instead of accepting an existing dist executable. Preserve REPLOY_BINARY as the explicit prebuilt-binary path.

Add hook and end-to-end regressions for editable and ordinary Pip installs, including failure preservation, and run them in CI. Document the source-install behavior and add a release-note fragment.

Remove a redundant wall-clock bound from the broker attachment-deadline test while retaining its deterministic attach_timeout contract, avoiding false failures on slower runners.

Fixes #44
@omry

omry commented Aug 13, 2026

Copy link
Copy Markdown
Owner Author

@codex review bf57ab9

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Chef's kiss.

Reviewed commit: bf57ab90c9

ℹ️ 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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved PR reviewed and approved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python package install can silently reuse a stale dist binary

2 participants