Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

chore(librarian): clean up owlbot files and pin image sha - #861

Merged
vchudnov-g merged 9 commits into
mainfrom
clean-up-owlbot
Nov 13, 2025
Merged

chore(librarian): clean up owlbot files and pin image sha#861
vchudnov-g merged 9 commits into
mainfrom
clean-up-owlbot

Conversation

@parthea

Copy link
Copy Markdown
Contributor

Additional clean up following #856

@parthea
parthea requested review from a teamNovember 10, 2025 12:04
@product-auto-labelproduct-auto-labelBot added the size: m Pull request size is medium. label Nov 10, 2025
ohmayr
ohmayr previously approved these changes Nov 11, 2025
@vchudnov-g

Copy link
Copy Markdown
Contributor

I am implementing similar fixes to additional tests. I will continue tomorrow.

@product-auto-labelproduct-auto-labelBot added size: l Pull request size is large. and removed size: m Pull request size is medium. labels Nov 12, 2025
with pytest.warns(
DeprecationWarning,
match="argument is deprecated because of a potential security risk",
):

@daniel-sanchedaniel-sancheNov 12, 2025

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think we could extract these lines, so it doesn't need to be copy/pasted in some many places?

I'm imagining something like:

assert_deprecation_warning = functools.partial(
pytest.warns, DeprecationWarning, match="argument is deprecated because of a potential security risk"
)
with assert_deprecation_warning():
...

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great idea! Done.

@product-auto-labelproduct-auto-labelBot added size: m Pull request size is medium. and removed size: l Pull request size is large. labels Nov 13, 2025
@vchudnov-g
vchudnov-g merged commit 4f68f93 into mainNov 13, 2025
48 checks passed
@vchudnov-g
vchudnov-g deleted the clean-up-owlbot branch November 13, 2025 17:57
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

size: mPull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@parthea@vchudnov-g@daniel-sanche@ohmayr@gkevinzheng