Skip to content

test(pypi): add tests verifying Windows RECORD script .bat extension - #4114

Draft
rickeylev wants to merge 7 commits into
bazel-contrib:mainfrom
rickeylev:fix_record_win_paths
Draft

test(pypi): add tests verifying Windows RECORD script .bat extension#4114
rickeylev wants to merge 7 commits into
bazel-contrib:mainfrom
rickeylev:fix_record_win_paths

Conversation

@rickeylev

Copy link
Copy Markdown
Collaborator

On Windows, scripts installed into virtual environments may have a
.bat extension appended. Test coverage is needed to ensure that
RECORD file rewriting and importlib.metadata file resolution properly
account for Windows script paths across supported Python versions.

Migrate importlib_metadata_test to pytest_test across Python 3.10
through 3.14, and update metadata and RECORD rewriter test assertions
to verify Windows script path and extension handling.

Convert importlib_metadata_test from unittest to pytest and use the pytest_test rule. Also update assertions to expect .bat extensions for rewritten shebang scripts on Windows and verify all located files directly.
Configure python_versions to test importlib_metadata_test across Python 3.10 through 3.14.
…cord_rewriter_test

Update Windows RECORD expected output in wheel_record_rewriter_test so that .sh scripts without Python shebangs do not expect a .bat extension.
Configure target_compatible_with = SUPPORTS_BZLMOD for importlib_metadata_test since pytest_test dependencies require bzlmod.
…dows in RECORD files

On Windows, shebang-bin scripts are rewritten to .bat wrappers. Update wheel RECORD rewriters to append .bat for extensionless script entries.
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