Introduce install_command_post
executed with --notest
#1504
Labels
feature:new
something does not exist yet, but should
help:wanted
Issues that have been acknowledged, a solution determined and a PR might likely be accepted.
So it's now quite popular to use
tox --notest
in CIs in a separate task/step to make it easier to distinguish between failing deps setup vs actual tests.The concrete use-case I have in mind is running
pre-commit install-hooks
, that downloads hook repos and initializes virtualenvs for them, separately frompre-commit run
.pre-commit install-hooks
should be executed withtox --notest
whilepre-commit run
should go under commands.This may or may not be a duplicate of #715, up to you.
The text was updated successfully, but these errors were encountered: