Provide public API with path to project for plugins #2948
-
What's the problem this feature will solve?After discussion in #2886 I have decided to create a plugin to simplify minimum requirements testing https://pypi.org/project/tox-min-req/. But during development, I meet problems with determining the path to the project. Finally, I decide to use I also observe that Describe the solution you'd likeProvide public API to determine the path to the project or update documentation of Alternative SolutionsMaintenance on the side of the plugin. Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
tox.core['package_root']
is the path ahead per https://tox.wiki/en/latest/config.html#package_root (the tox core config keys are keys to the core object)