-
Notifications
You must be signed in to change notification settings - Fork 6.6k
fix(gae): resolve linting issues in main_test.py #12557
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
Conversation
briandorsey
left a comment
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.
LGTM
|
Tests appear to be failing because there's no
(this is a similar issue to what I am getting in another PR, will update with suggested resolution) (why were these tests green earlier? they appear to be kokoro skipped last time this sample was run) |
|
thank you @glasnt ! I was wondering what was up |
|
This will be the sort of thing you'll need to update to: |
|
I reproduced this locally. I think |
…#12557) * fix(gae): resolve linting issues in main_test.py * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix: resolve linting issues where pytest not available for python versions * add requirement six --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: David Cavazos <dcavazos@google.com>
Description
unblocks merging of #12544