-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Remove "--always-unzip" option #8470
Conversation
Hi @pfmoore, Given that you commented on #8408 (comment) to get this PR rolling, I would love to get your eyes on this, as to whether this is the right way to remove the option. |
I suggest flipping the order of removals, to first remove the tests, then the corresponding code and then the flag. This will make it easier to keep our history functional during |
5b33561
to
53de840
Compare
That's a good idea @pradyunsg . I have ordered the git commits accordingly. Please have a look. (I also see that some of the yaml based tests are failing in CI in master.) |
53de840
to
7970eb7
Compare
The CI is green now and this should be ready for further reviews. |
Even if the option was not documented, I think it should still have a proper removal news entry, something like |
7970eb7
to
504759b
Compare
Oops, my bad @xavfernandez . I have added the suggested wording to the news entry in 504759b . Please take a look. |
Thanks for the approval. The CI is green now and this can be merged :) |
Closes #8408