poetry-core icon indicating copy to clipboard operation
poetry-core copied to clipboard

Remove usage of distutils in build.py scripts

Open bostonrwalker opened this issue 3 years ago • 1 comments

PR to remove all usage of distutils from the codebase.

distutils is currently used in some test fixtures that use build.py scripts in order to build C++ extension modules. distutils will be deprecated in Python 3.12.

bostonrwalker avatar Sep 19 '22 14:09 bostonrwalker

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarqubecloud[bot] avatar Sep 24 '22 16:09 sonarqubecloud[bot]

FYI, this one needed a rebase, since it was based on a rather old version of the main branch.

It looks like you still rely on master locally, and poetry-core moved to main a few months ago, so I'd recommend updating your local reference if you want to make further contributions.

mkniewallner avatar Sep 24 '22 16:09 mkniewallner