-
Notifications
You must be signed in to change notification settings - Fork 90
using tenacity in download_binary function #399
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
Why did you close the PR? |
@marco-c sorry i am figuring out how to use pull requests |
Oh, ok! No worries ;) |
I suggest using pre-commit to handle formatting for you |
You'll need to add |
i have used per-commit and also added |
@marco-c can you tell me why its failing the tests? I will try to fix it |
It seems the tests are not failing, the linting is failing (you can look at the logs on Taskcluster by clicking on "Details"). |
added # noqa comment
added # noqa comment
@marco-c
i don't understand the issue here. Can you tell me whats wrong? |
Probably the order of the requirements is wrong. |
@NitishNaineni you removed the branch, which closed the PR. Could you restore it? |
@marco-c |
If you create a new branch with the same name and force push it, you can update the current pull request without opening a new one. |
sorry not able to reopen it |
Have used the tenacity library to implement the retry functionality into the download_binary function
Fixes #392.