We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The tests are broken at HEAD. @pitrou figured out what broke them:
Ok, here is a successful build: https://github.com/googleapis/storage-testbench/actions/runs/6356186515/job/17265417749 Here is the same build failing: https://github.com/googleapis/storage-testbench/actions/runs/6390316476/job/17343327057
I've tried to find the package differences between them:
(I would suggest adding a call to pip list at the end of your "install dependencies" build step to make this easier :-))
pip list
Given how the error looks like, I would suggest looking at the Werkzeug update for a potential culprit, and perhaps urllib3.
Originally posted by @pitrou in #545 (comment)
The text was updated successfully, but these errors were encountered:
bytes
Werkzeug
coryan
Successfully merging a pull request may close this issue.
The tests are broken at HEAD. @pitrou figured out what broke them:
Ok, here is a successful build:
https://github.com/googleapis/storage-testbench/actions/runs/6356186515/job/17265417749
Here is the same build failing:
https://github.com/googleapis/storage-testbench/actions/runs/6390316476/job/17343327057
I've tried to find the package differences between them:
(I would suggest adding a call to
pip list
at the end of your "install dependencies" build step to make this easier :-))Given how the error looks like, I would suggest looking at the Werkzeug update for a potential culprit, and perhaps urllib3.
Originally posted by @pitrou in #545 (comment)
The text was updated successfully, but these errors were encountered: