Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend deprecation of [export].py_hermetic_scripts to 2.26 #21415

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

huonw
Copy link
Contributor

@huonw huonw commented Sep 16, 2024

This py_hermetic_scripts option was deprecated in #21181 in favour of the new py_non_hermetic_scripts_in_resolve option. This was merged for 2.23.0.dev6 and thus will come in 2.23.0 soon-ish...

It seems to be very little code to support py_hermetic_scripts (just a single extra clause in an if statement, plus the option definition itself), so it seems unnecessarily aggressive to deprecate in one cycle. This extends it a few releases to make it easier for users to test pre-releases.

For instance, someone using 2.22.0 (current stable) with py_hermetic_scripts can currently test 2.23.0a0 with just a warning (e.g. adjust pants_version and run it through their CI), but would be blocked from doing any testing of 2.24.0.dev0 (#21412) until they fix this option. That is, by removing the option quickly, it's harder for them to validate any part of the 2.24 or 2.25 release series and provide us feedback while on older versions.

(We're being more permissive than what we were previosuly communicating, so I don't think we need release notes or to otherwise highlight it.)

@huonw huonw added the category:internal CI, fixes for not-yet-released features, etc. label Sep 16, 2024
@huonw huonw requested review from tdyas and cognifloyd September 16, 2024 01:23
@huonw huonw mentioned this pull request Sep 16, 2024
@huonw huonw merged commit 1abe7fe into main Sep 16, 2024
25 checks passed
@huonw huonw deleted the huonw/2.24-extend-py-hermetic-scripts branch September 16, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:internal CI, fixes for not-yet-released features, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants