Setuptools has finally removed the test command in v72, after 5 years of the depreciation warning.
Now it seems lots of modules are failing because they never did change their test suite.
https://setuptools.pypa.io/en/stable/history.html
#python
@markwalker `dateutil` got hit by this, but to be fair, the only reason we are failing is that we're importing `TestCommand` for the explicit purpose of failing the test suite if you execute `setup.py test`.
QOTO: Question Others to Teach Ourselves An inclusive, Academic Freedom, instance All cultures welcome. Hate speech and harassment strictly forbidden.