-
Notifications
You must be signed in to change notification settings - Fork 24
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
Bump IIB's depdendencies #748
Conversation
d345301
to
2990b1f
Compare
@release-engineering/exd-guild-hello-operator PTAL Below my comments:
|
Bump IIB's dependencies to the latest versions but `operator-manifests` which has been temporarily pinned to `v0.0.5` to avoid breaking existing tests
This fixes the new `mypy` issue: ``` error: Enum members must be left unannotated [misc] ```
Adds setuptools to the `requiremenets-test*` files so the GH CI can properly run the unit-tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not like the addition of the --alow-unsafe
option, but I did not find any alternative as well.
Changes:
operator-manifests
which is breaking the implemented tests)requirements-test*
files so the GH CI canproperly run the unit-tests