Skip to content
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

requirements/requirements.in: It depends on grpc >= 1.34 #1490

Merged
merged 1 commit into from
Aug 23, 2021

Conversation

jjardon
Copy link
Contributor

@jjardon jjardon commented Aug 3, 2021

Make explicit what is already in requirements.txt

with older version you will get errors like this accessing the CAS:
[--:--:--][][] WARNING Failed to initialize remote https://freedesktop-sdk-cache.codethink.co.uk:11001: Received http2 header with status: 404

Make explicit what is already in requirements.txt

with older version you will get errors like this accessing the CAS:
[--:--:--][][] WARNING Failed to initialize remote https://freedesktop-sdk-cache.codethink.co.uk:11001: Received http2 header with status: 404
@gtristan
Copy link
Contributor

To really update grpc, we need to commit the results of make -C requirements/ to update the .txt files used by tox environments in CI.

However, I happen to know this will not pass, partly because of new linting errors and partly because of pallets/click#2037

I've been working on this and should have a patch soon to update the requirements and pass tests soon...

@gtristan
Copy link
Contributor

This current just updates the minimum version but doesn't refresh the versions we test with, considering these items to be orthogonal, I will go ahead and just merge this right away.

Separately I am working on #1494 to hopefully fix the CI in master.

@gtristan gtristan merged commit 14868a0 into apache:master Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants