Since setuptools v41.5.0 (27 Oct 2019), the 'test' command is formally deprecated and should not be used. Now use unittest as the test entry point.
* CI: Test Python 3.8 on GitHub Actions * pre-commit autoupdate * CI: Lint on GitHub Actions