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

Pin request in k8s_itests #3878

Merged
merged 2 commits into from
May 22, 2024
Merged

Pin request in k8s_itests #3878

merged 2 commits into from
May 22, 2024

Conversation

yaroliakh
Copy link
Contributor

@yaroliakh yaroliakh commented May 21, 2024

Current master pipeline is broken due to a recent release of requests, which seems to be incompatible with python lib for docker

tox.ini Outdated
@@ -88,6 +88,7 @@ whitelist_externals = bash
# one day we'll use a fully pinned venv here...
deps =
urllib3<2.0
requests<2.32.0 # tmp fix for broken python docker: https://github.com/psf/requests/issues/6707
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think we likely also want to pin requests in requirements-minimal.txt since i think there's other scripts that use dockerpy

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the fix has been merged for docker-py (https://github.com/docker/docker-py/pull/3257#issuecomment-2124851630 )
but it also needs to be released and we need to
ensure the latest docker-compose and docker package are used in itests

@yaroliakh yaroliakh requested a review from nemacysts May 22, 2024 14:30
@yaroliakh yaroliakh merged commit 53e6f6d into master May 22, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants