Skip to content

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

Merged
parthea merged 2 commits intomasterfrom
exclude-grpcio-1-49-0-rc1
Aug 29, 2022
Merged

chore(python): exclude grpcio==1.49.0rc1 in tests#1556
parthea merged 2 commits intomasterfrom
exclude-grpcio-1-49-0-rc1

Conversation

@parthea
Copy link
Copy Markdown
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 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