Closed tmatsuo closed 4 years ago
Oddly this only showed up in the 3.8 run.
I'm also not able to repro this locally. I've tried both pip install -r requirements.txt
directly and doing nox -s py-3.8
.
My initial guess was that it had something to do with the new pip dependency resolver, but it looks like that is hidden away behind a flag until October. To check for conflicts in the tree I tried with the new flag pip install --use-feature=2020-resolver -r requirements.txt
and that also succeeds.
Maybe there's something off with the pip version we have installed in the docker image?
@busunkim96 Thanks! That's helpful. I'll take this from now on.
I also tried to reproduce this with the Docker image by:
$ scripts/run_tests_local.sh language/cloud-client/v1 py-3.8
The test passed. Possibly our build fetched a bad pip version? Let's close this bug for now. I'll dig deeper if we see the same failure tomorrow.
We have a dependency failure in language/cloud-client/v1. build
I'm assigning @busunkim96 because you have many experiences on similar issues. I'll appreciate it if you can take a look.
Log: