setuptools 72.0.0 removed support for deprecated `setup.py test` command: https://setuptools.pypa.io/en/stable/history.html#v72-0-0 > The test command has been removed. Users relying on ‘setup.py test’ will need to migrate to another test runner or pin setuptools before this version. (#931) See also: https://github.com/pypa/setuptools/issues/931 Rough estimate of affected packages in sisyphus: $ git grep 'setup.py test' | wc -l 280
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/