[issue44781] test_distutils emits deprecation warning about distils

2021-07-30 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +26001 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27485 ___ Python tracker ___ ___

[issue44781] test_distutils emits deprecation warning about distils

2021-07-30 Thread Irit Katriel
New submission from Irit Katriel : The test will be removed with distutils, so for now it should suppress the deprecation warning so that we can run the tests with warnings as errors. -- components: Tests messages: 398561 nosy: iritkatriel priority: normal severity: normal status: open