Pytest locally fails due to API_KEY env variable#8738
Pytest locally fails due to API_KEY env variable#8738cclauss merged 2 commits intoTheAlgorithms:masterfrom
Conversation
|
@cclauss Could you review please? The issue number is also in the description, as well as the pr message |
|
I do not understand why these changes are required.
|
@cclauss No I did not, but why should someone have to make an account from some website, get an api key and export this api key just to run local tests? It doesn't make any sense that one algorithm causes such a hassle In this discussion #8791 people are confused why running the tests locally fails due to one algorithm. This change does not break the algorithm, just moves getting the API_KEY into the |
cclauss
left a comment
There was a problem hiding this comment.
Now I understand. CI is not defined on localhost thus...
Thanks for the explanation.
Describe your change:
Fixes #8737
Checklist:
Fixes: #{$ISSUE_NO}.