Test source distributions outside the checkout - #1770
Draft
ryux1 wants to merge 1 commit into
Draft
Conversation
Contributor
|
This pull request did not pass quality checks and AI use is suspected. Please review Contribute and make any necessary amendments. |
Contributor
|
Profile summary: Full profile |
ryux1
force-pushed
the
fix/1708-test-built-packages
branch
from
September 7, 2026 23:31
27b3a89 to
5467a65
Compare
ryux1
marked this pull request as draft
September 7, 2026 23:31
AI use: OpenAI Codex based on GPT-5 was used to investigate the artifact layout, draft the workflow and packaging changes, and plan validation. Automated validation included the full test suite. Personal human review and responsibility attestation are pending.
ryux1
force-pushed
the
fix/1708-test-built-packages
branch
from
September 8, 2026 01:40
5467a65 to
bb465df
Compare
Documentation build overview
9 files changed ·
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Linked issue
Description
Source distributions omitted
generate_windows_to_olson_mapping.py, so two tests shipped in the archive failed outside a repository checkout. This includes the required file and adds an isolated CI job that downloads, unpacks, and tests the built source archive. Release jobs now depend on that test.The isolated source-distribution result changes from two failures to a passing suite. After rebasing onto the current
main, the full checkout suite passes with 18,382 tests, 24 skips, and 526 expected failures.Checklist
Prepared with OpenAI Codex assistance. The contributor's personal review, responsibility, and understanding attestation remains pending; the PR will stay in draft until that is complete.