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

Update tox so all ci steps can use local source if package reference not yet released #23897

Merged
merged 13 commits into from
Apr 13, 2022

Conversation

jalauzon-msft
Copy link
Member

Thanks to @scbedd making these changes in a Storage feature branch to unblock our ci. Just bringing them to main to separate out from Storage feature branch.

These changes allow all ci steps to pull a package from local source if it's not yet released (and therefore not available via pip). The was needed for Storage since we have one package which directly depends on another, and we often need to update them together.

@scbedd
Copy link
Member

scbedd commented Apr 8, 2022

@jalauzon-msft I realized that with this change, we may have the risk of releasing a package with a dependency that doesn't yet exist on PyPI. Giving some thought to how I want to prevent that, and will update this PR with additional commits. Thanks for backporting!

@scbedd
Copy link
Member

scbedd commented Apr 13, 2022

I decided

I'm already in this code, will add docstrings/type only on functions being used for this new feature.

facepalm

But Publishing Still Works

Copy link
Member

@scbedd scbedd left a comment

Choose a reason for hiding this comment

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

Ok, I think this looks good now!

@scbedd scbedd merged commit 8614158 into Azure:main Apr 13, 2022
@jalauzon-msft jalauzon-msft deleted the update-eng-for-ci branch April 13, 2022 18:39
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