Summary: | deprecated `setup.py test` command | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Stanislav Levin <slev> |
Component: | python3-module-setuptools | Assignee: | Stanislav Levin <slev> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P5 | CC: | antohami, cas, cow, evg, george, grenka, imz, kotopesutility, lav, nbr, qa_viy, rider, sem, shaba, sin, slev, toni, vitty, viy |
Version: | unstable | ||
Hardware: | x86_64 | ||
OS: | Linux |
Description
Stanislav Levin
2024-07-29 15:32:15 MSK
To make it clear. `test` is deprecated since setuptools 41.5.0 (27 Oct 2019): https://setuptools.pypa.io/en/latest/history.html#v41-5-0 Upstreams had enough time to migrate from it. updated stats: - `python3 setup.py test` is invoked by 151 packages during build - 110 of them do nothing (ran 0 tests) Огласите весь список, пжалуста? https://git.altlinux.org/tasks/358761/ removes 91 packages (run zero tests + unmaintained/orphaned + no runtime/buildtime deps) https://git.altlinux.org/tasks/archive/done/_350/358943/ removes 12 packages (run nonzero tests + unmaintained/orphaned + no runtime/buildtime deps) The list of affected packages is maintained here: https://git.altlinux.org/people/slev/public/?p=alt_50996.git;a=tree;h=refs/heads/main;hb=main python3-module-setuptools 75.1.0-alt1 was shippep to Sisyphus: https://git.altlinux.org/tasks/archive/done/_350/358755/ |