chore(several samples) Updating all instances of Pytest up to version 9.0.3 Part I #14230
Draft
XrossFox wants to merge 2 commits into
Draft
chore(several samples) Updating all instances of Pytest up to version 9.0.3 Part I #14230XrossFox wants to merge 2 commits into
XrossFox wants to merge 2 commits into
Conversation
…y alerts from dependabot. Extra: modified versions on which pipelines are wllowed to rune, since python 9.0.3 only support Python 3.10 onwards, so pipelines will only run 3.10 and 3.14 versions, which are the older and latest versions that are still maintained. Some surrounding packages had it's versions updated to avoid building issues with pip.
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates testing configurations and dependencies across multiple directories, notably upgrading pytest to 9.0.3 for Python 3.10+ and adjusting ignored_versions in noxfile_config.py files. However, several critical issues were identified in the dependency updates: the specified versions for pytest-asyncio (1.3.0) and Django (5.2.14) do not exist on PyPI, which will cause installation failures. Additionally, Python 3.13 should be removed from the ignored_versions list in alloydb/notebooks/noxfile_config.py to ensure tests run on the latest maintained Python version as intended.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
to close security alerts from dependabot.
Directories that start from A to B.
Extra: modified versions on which pipelines are wllowed to rune, since python 9.0.3 only support Python 3.10 onwards, so pipelines will only run 3.10 and 3.14 versions, which are the older and latest versions that are still maintained.
Some surrounding packages had it's versions updated to avoid building issues with pip.
Description
Fixes b/511241844
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
nox -s py-3.9(see Test Environment Setup)nox -s lint(see Test Environment Setup)