You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far it's working nicely, however as stated in the docs, the hook implementation options are not complete.
Whilst the default option for list_dependencies_command can be overridden at runtime, I want the plugin to be self-contained. Also, setting the configuration option when the plugin ignores it seems a little obtuse.
* add a plugin for reporting on the package versions in a venv. see #725
* changelog entry for #725
* fix lint issue
* add docstring comment on expected response
Requesting (and willing to submit a PR) that the plugin system support a hookimpl for the envreport action.
I'm developing a plugin for
Pipenv
https://github.com/tonybaloney/tox-pipenv using the hook implementation API in 2.9.1.So far it's working nicely, however as stated in the docs, the hook implementation options are not complete.
Whilst the default option for list_dependencies_command can be overridden at runtime, I want the plugin to be self-contained. Also, setting the configuration option when the plugin ignores it seems a little obtuse.
https://github.com/tox-dev/tox/blob/master/tox/config.py#L595-L599
The text was updated successfully, but these errors were encountered: