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

Refactor run_python_source_integration_test.py to use RuleRunner (Cherry-pick of #17723) #17766

Merged

Conversation

thejcannon
Copy link
Member

For an upcoming change, I need to monkeypatch Pants code, which I can't do if we use RuleRunner.run_pants. So switch it to using RuleRunner.

I suspect this also would have positive perf benefits, but didn't measure.

…antsbuild#17723)

For an upcoming change, I need to monkeypatch Pants code, which I can't do if we use `RuleRunner.run_pants`. So switch it to using `RuleRunner`.

I suspect this also would have positive perf benefits, but didn't measure.
@thejcannon thejcannon added the category:internal CI, fixes for not-yet-released features, etc. label Dec 9, 2022
@thejcannon thejcannon requested a review from stuhood December 9, 2022 19:21
@thejcannon
Copy link
Member Author

Needed to cherry-pick #17678

@thejcannon thejcannon merged commit 0448b8c into pantsbuild:2.15.x Dec 9, 2022
@thejcannon thejcannon deleted the cherry-pick-17723-to-2.15.x branch December 9, 2022 20:24
@benjyw benjyw mentioned this pull request Dec 30, 2022
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.

2 participants