tox
tox copied to clipboard
Provide a tox_after_run_commands_post hook
What's the problem this feature will solve?
Currently tox plugins hook tox_after_run_commands is run before commands_post and I do have a use case where I want to run some plugin code after the commands_post. At this moment this is not possible.
Describe the solution you'd like
Provide a hook for running plugins after commands_post.
Alternative Solutions
AFAIK there is no workaround as I did not see any other hook that could be called later.
Additional context
Any suggestion would be welcomed. Happy to write the code once we agree on how it should look.
Could you just extend commands_post via config?