Remove the support for 'setup.py test'.

Review Request #14059 — Created July 28, 2024 and submitted — Latest diff uploaded

Information

Djblets
release-5.x

Reviewers

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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Remove the support for 'setup.py test'.
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.
12768cc29201c2bd95a001987d8aeff9b84e14aa Christian Hammond

Files

setup.py
Loading...