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

Fix dependencies for test utils #2587

Merged
merged 4 commits into from
Apr 4, 2022
Merged

Fix dependencies for test utils #2587

merged 4 commits into from
Apr 4, 2022

Conversation

lzchen
Copy link
Contributor

@lzchen lzchen commented Apr 4, 2022

Removing flask as a dependency for test-utils. This was left in from a previous PR but is no longer needed since we define dependencies for the flask instrumentation here and test-utils itself does not use flask.

Adding asgiref as a dependency for test-utils because it uses that library. Previous builds have passed because the tests that use asgiref are only in the asgi instrumentation and it has a dependency on asgiref already defined.

Also pinning protobuf version for now since upgrading to protobuf v3.20.0 causes lint to fail.

Opened an issue on protobuf.

@lzchen lzchen requested a review from a team April 4, 2022 18:53
@lzchen lzchen added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Apr 4, 2022
@lzchen lzchen merged commit f81381c into open-telemetry:main Apr 4, 2022
@lzchen lzchen deleted the test branch April 4, 2022 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants