Issue 47016: Create a test verifying bundled pip and setuptools wheels
Issue47016
Created on 2022-03-14 21:21 by illia-v, last changed 2022-04-11 14:59 by admin.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 31885 | open | illia-v, 2022-03-14 21:29 | |
| Messages (1) | |||
|---|---|---|---|
| msg415193 - (view) | Author: Illia Volochii (illia-v) * | Date: 2022-03-14 21:21 | |
Bundled pip and setuptools wheels have to be verified manually at the moment when they are upgraded. We can automate this by comparing their checksums to ones provided by Warehouse’s JSON API (e.g., https://pypi.org/pypi/pip/json.) Since such a check requires network activity and not to slow down tests, creating a GitHub Actions workflow that runs only when the files are changed is a good option. I suggested this in https://github.com/python/cpython/pull/30178#issuecomment-998765841 originally. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:57 | admin | set | github: 91172 |
| 2022-03-14 23:27:54 | AlexWaygood | set | nosy:
+ ned.deily |
| 2022-03-14 21:37:49 | illia-v | set | nosy:
+ pablogsal |
| 2022-03-14 21:29:36 | illia-v | set | keywords:
+ patch stage: patch review pull_requests: + pull_request29983 |
| 2022-03-14 21:21:37 | illia-v | create | |