Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi!
This is WIP. Please don't merge nor dismiss. READ BELOW
I was checking the CircleCI errors here.
Install dependencies
Decoder tests
I think that the issue is caused by the wrong dependency versions (in this case six package on a google.cloud third dependency, but others could arise later on), and/or by the new pip resolution method[1][2] combined with a requirements file without the versions pinned down.
So I pinned down the versions to the requirements that caused the issue and I could make it work on a clean virtualenv running with python3.7.
If when I open PR and this branch runs on CircleCI, everything is fine, then I will pin down all the other requirements and that will be the end of it, it that's not the case I will check using a different image with the circleCI setup file.
UPDATE
The installation errors are gone, yet the build still crashed, this time caused by a test that requires user input.
From the CircleCI logs:
You can run the same comand on your local machine and see how the prompt pops out:.