Package: src:devscripts
Version: 2.24.1
Severity: important
Tags: ftbfs

The build process for src:devscripts fails during the test phase (dh_auto_test):

python3.12 setup.py test
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help
error: invalid command 'test'
make[2]: *** [Makefile:104: test_py] Error 1

This is due to the fact that support for the `test` action has been removed from `setup.py` in setuptools 72.

See also <https://bugs.debian.org/982298>.

Regards,

--
Gioele Barabucci

Reply via email to