-
Notifications
You must be signed in to change notification settings - Fork 122
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
Get rid of distutils.spawn #257
Get rid of distutils.spawn #257
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks legit
Backport to stable-1: 💚 backport PR created✅ Backport PR branch: Backported as #259 🤖 @patchback |
(cherry picked from commit 93ea131)
@briantist thanks for reviewing this! |
(cherry picked from commit 93ea131) Co-authored-by: Felix Fontein <[email protected]>
SUMMARY
distutils has been deprecafed and will be removed from Python's stdlib in Python 3.12 (see https://www.python.org/dev/peps/pep-0632/). Let's stop using
distutils.spawn
.ISSUE TYPE
COMPONENT NAME
docker connection plugin