`setup.py test` is deprecated since setuptools 41.5.0: https://setuptools.pypa.io/en/latest/history.html#v41-5-0 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. See for details: https://bugzilla.altlinux.org/50996 This is how upstream runs tests: https://github.com/hotdoc/hotdoc/blob/8c1cc997f5bc16e068710a8a8121f79ac25cbcce/.github/workflows/python.yml#L35 > python3 -m unittest
According to beehive logs: https://git.altlinux.org/beehive/logs/Sisyphus/x86_64/latest/success/hotdoc-0.17-alt1 - recompilation happens (waste of time) - result is ignored (FAILED (errors=11) exit 0)
The package has been removed from sisyphus.