Remove the support for 'setup.py test'.
Review Request #14059 — Created July 28, 2024 and submitted — Latest diff uploaded
We had old legacy support for running
setup.py test
to run unit tests,
but this hasn't actually been supported in ages. It also no longer works
at all, since the latest setuptools 72 release (from 3 hours ago) drops
support for this command.We no longer import this or offer this.
Successfully ran
setup.py
.