This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_distutils emits deprecation warning about distutils
Type: Stage: resolved
Components: Tests Versions: Python 3.11, Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: iritkatriel, lukasz.langa, miss-islington
Priority: normal Keywords: patch

Created on 2021-07-30 15:49 by iritkatriel, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 27485 merged iritkatriel, 2021-07-30 15:50
PR 27540 merged miss-islington, 2021-08-02 09:35
Messages (3)
msg398561 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-07-30 15:49
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.
msg398737 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2021-08-02 09:34
New changeset a9134fa2ffb7e4684c980325dd5444afca596586 by Irit Katriel in branch 'main':
bpo-44781: make distutils test suppress deprecation warning from import distutils (GH-27485)
https://github.com/python/cpython/commit/a9134fa2ffb7e4684c980325dd5444afca596586
msg398743 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2021-08-02 09:54
New changeset 1bc83eb5c8040855de425c68fc9c5d3c5b48d38e by Miss Islington (bot) in branch '3.10':
bpo-44781: make distutils test suppress deprecation warning from import distutils (GH-27485) (GH-27540)
https://github.com/python/cpython/commit/1bc83eb5c8040855de425c68fc9c5d3c5b48d38e
History
Date User Action Args
2022-04-11 14:59:48adminsetgithub: 88944
2022-03-15 10:12:54iritkatriellinkissue43863 superseder
2021-08-02 10:12:51lukasz.langasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-08-02 09:54:56lukasz.langasetmessages: + msg398743
2021-08-02 09:35:05miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request26049
2021-08-02 09:34:59lukasz.langasetnosy: + lukasz.langa
messages: + msg398737
2021-07-30 17:41:54lukasz.langasetversions: + Python 3.10
2021-07-30 15:51:34iritkatrielsettitle: test_distutils emits deprecation warning about distils -> test_distutils emits deprecation warning about distutils
2021-07-30 15:50:48iritkatrielsetkeywords: + patch
stage: patch review
pull_requests: + pull_request26001
2021-07-30 15:49:27iritkatrielcreate