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.
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.