Skip to content

chore(python): add prerelease nox session#1455

Merged
parthea merged 2 commits intomasterfrom
add-prerelease-testing
Jun 12, 2022
Merged

chore(python): add prerelease nox session#1455
parthea merged 2 commits intomasterfrom
add-prerelease-testing

Conversation

@parthea
Copy link
Copy Markdown
Contributor

@parthea parthea commented Jun 10, 2022

Fixes #1290

This PR adds a nox session for testing prerelease versions of dependencies.

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

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

I then ran the post processor in a downstream repo:

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

See the changes for 2 repositories here:
googleapis/python-monitoring#453
googleapis/python-asset#444

@parthea parthea changed the title chore: add prerelease nox session chore(python): add prerelease nox session Jun 10, 2022
@parthea parthea marked this pull request as ready for review June 10, 2022 16:33
@parthea parthea requested a review from a team June 10, 2022 16:33
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.

python: add prerelease session to noxfile + kokoro sessions

2 participants