Skip to content

replace distutils with shutil#469

Merged
bosd merged 1 commit intoinvoice-x:masterfrom
bosd:depr-distutils
Feb 18, 2023
Merged

replace distutils with shutil#469
bosd merged 1 commit intoinvoice-x:masterfrom
bosd:depr-distutils

Conversation

@bosd
Copy link
Copy Markdown
Collaborator

@bosd bosd commented Feb 10, 2023

The package distutils is deprecated and slated for removal in Python 3.12. We are using the function find_executable that belongs to that package. We should instead be using which from the package shutil.

@bosd bosd added the priority:medium priority medium label Feb 10, 2023
Copy link
Copy Markdown
Collaborator

@rmilecki rmilecki left a comment

Choose a reason for hiding this comment

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

Tests are passing, nothing to object.

@bosd bosd merged commit f393d9a into invoice-x:master Feb 18, 2023
@bosd bosd deleted the depr-distutils branch February 18, 2023 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority:medium priority medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants