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

[PR #354/fb55b1d7 backport][stable-1] docker_container: avoid breakage with Python 3.13 #355

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented May 18, 2022

This is a backport of PR #354 as merged into main (fb55b1d).

SUMMARY

This fixes the currently failing Python 3.11 sanity tests (which were just added to ansible-test in devel branch).

The problem is that pipes is removed from Python 3.13's standard library. While looking at that, I noticed that we don't actually use that piece of code, so it can be removed trivially.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

docker_container

@felixfontein
Copy link
Collaborator

CI error is unrelated (to be fixed by backport of #356.)

@felixfontein felixfontein merged commit 31966e9 into stable-1 May 19, 2022
@felixfontein felixfontein deleted the patchback/backports/stable-1/fb55b1d780f9202e38b10b1d96ec18dd624a201f/pr-354 branch May 19, 2022 05:07
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.

1 participant