-
-
Notifications
You must be signed in to change notification settings - Fork 539
Open
Labels
Description
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.