How to load pytest plugins in a predefined order ? #11482
Replies: 1 comment 2 replies
-
How are those Plugins loaded to begin with? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to run pytest with 2 plugins: pluginA and pluginB
Both plugins implement the
pytest_configure
hookI want pluginA to be loaded first, so that its
pytest_configure
function executes before than pluginB.How can I achieve that ?
How can I defined precedence rules to pytest to load plugins ?
Beta Was this translation helpful? Give feedback.
All reactions