web-platform-tests / wpt

Test suites for Web platform specs — including WHATWG, W3C, and others
https://web-platform-tests.org/
Other
4.91k stars 3.06k forks source link

distutils is deprecated with removal planned for Python 3.12 #33309

Open foolip opened 2 years ago

foolip commented 2 years ago

https://docs.python.org/3/library/distutils.html says it's deprecated, linking to https://docs.python.org/3/whatsnew/3.10.html#distutils-deprecated.

We'll need to replace our use of distutils before Python 3.12 is in use. Here's one use of it among many:

https://github.com/web-platform-tests/wpt/blob/9dd86c4ac1a7262723bbb9ed56b194bb85a511a6/tools/wpt/virtualenv.py#L5

jgraham commented 1 year ago

39820 removes the first-party uses of distutils, although there are still several uses in vendored packages.