painless-software / python-cli-test-helpers

Useful helpers for writing tests for your Python CLI program.
https://python-cli-test-helpers.readthedocs.io
GNU General Public License v3.0
30 stars 4 forks source link

Speed up linting tasks, enable colors, modernize #15

Closed bittner closed 2 years ago

bittner commented 2 years ago

By default, Tox installs the application under development in every virtual environment. This is not needed to make the linting jobs work, hence we can save time.

On GHA, we should be able to rely on the build images to contain a recently up-to-date Pip, hence we can spare upgrading the tool, and disabling the warning instead should be a safe-enough choice.