-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Update required reviewer tests #37724
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @erohmensing and the rest of your teammates on Graphite |
8b2c30e
to
2df705a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -90,7 +92,9 @@ def strategic_connector_file_change_expected_team(tmp_path, strategic_connector_ | |||
|
|||
@pytest.fixture | |||
def strategic_connector_backward_compatibility_file_change_expected_team(tmp_path, strategic_connector_file): | |||
expected_teams = list(required_reviewer_checks.BACKWARD_COMPATIBILITY_REVIEWERS) | |||
expected_teams = list( | |||
required_reviewer_checks.STRATEGIC_PYTHON_CONNECTOR_REVIEWERS.union(required_reviewer_checks.BACKWARD_COMPATIBILITY_REVIEWERS) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Merge activity
|
What
mock_diffed_branches
because it looks unused in the methods, and i tried removing it, but it does need to run before every test 😅Can this PR be safely reverted and rolled back?