feat: updates python and dependency versions#1826
feat: updates python and dependency versions#1826gcf-merge-on-green[bot] merged 13 commits intomasterfrom
Conversation
|
The |
|
So now I am perplexed. Do we have a chicken and the egg situation here? Can we force each of the python related images to be built so that the daisy chain can function properly? OR am I just missing something cause computers are hard? |
|
In the python base image, it looks like we only have python 2.7 and python 3.9 We'll need to update the python base Dockerfile to something like this to install all versions We should also modify the Dockerfile to test all versions like we do here |
|
@chalmerlowe / @parthea We have a separate PR to update some dependencies for the java-specific I'm wondering if this PR with the update to the python versions will fix this issue? Or is this totally unrelated? Thanks in advance for any guidance! |
Ensure that nox errors on missing interpreters
|
This PR should fix the issue that you are referencing: googleapis/testing-infra-docker#301 It updates googleapis/testing-infra-docker#301 is waiting on review. |
|
Based on a very quick search, it looks like we might need to get into the docker image and install the following:
I am gonna do a bit more digging to see if there might be anything else that needs to go into the docker container. Once I feel confident, I will make the edits to the appropriate |
|
Tried to update python-base with |
|
For some unknown reason, while the The image tagged Got a question in the Google Chat to get some clarity on what might have caused this discrepancy/how to avoid it. Will need to retag the images and try to rerun the checks on this repo. |
Updates the Python versions and versions of several of the primary tools listed in the install commands.
Updates the Python versions and versions of several of the primary tools listed in the install commands.