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

chore(python): exclude grpcio==1.49.0rc1 in tests #1556

Merged
merged 2 commits into from
Aug 29, 2022

Conversation

parthea
Copy link
Contributor

@parthea parthea commented Aug 27, 2022

This PR excludes grpcio==1.49.0rc1 in tests due to a known issue which is causing pre-release tests in downstream repositories to fail. For example, see this build log.

I tested the change by building the post processor owlbot image locally using the following:

docker build -f docker/owlbot/python/Dockerfile -t removegrpcio149rc1 .

I then ran the post processor in a downstream repo:

docker run --user $(id -u):$(id -g) --rm -v $(pwd):/repo -w /repo removegrpcio149rc1

See the changes in the following PR:
googleapis/python-asset#482

@parthea parthea requested a review from a team as a code owner August 27, 2022 09:59
@parthea parthea changed the title chore: exclude grpcio==1.49.0rc1 in system tests chore(python): exclude grpcio==1.49.0rc1 in tests Aug 27, 2022
@parthea parthea merged commit c4dd595 into master Aug 29, 2022
@parthea parthea deleted the exclude-grpcio-1-49-0-rc1 branch August 29, 2022 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants