-
Notifications
You must be signed in to change notification settings - Fork 835
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
Undefined name: import boto3 for lines 49 and 54 #1441
Conversation
Hi @cclauss. Thanks for your PR. I'm waiting for a SeldonIO member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
These tests find the problems described in SeldonIO#1441 and SeldonIO#1442
boto3 is used in the code, so it may be due to installed dependencies (have a look at the rest of the file) |
/hold |
Some other Python file may be importing |
/hold cancel You are right @cclauss, it makes sense to add the |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adriangonz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Mon Feb 17 10:51:35 UTC 2020 impatient try |
Mon Feb 17 10:51:40 UTC 2020 impatient try |
Mon Feb 17 11:02:02 UTC 2020 impatient try |
Mon Feb 17 11:02:11 UTC 2020 impatient try |
flake8 testing of https://github.com/SeldonIO/seldon-core on Python 3.8.0
$ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
https://flake8.pycqa.org/en/latest/user/error-codes.html
On the flake8 test selection, this PR does not focus on "style violations" (the majority of flake8 error codes that psf/black can autocorrect). Instead these tests are focus on runtime safety and correctness: