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
It would be much preferable to have the pluggy.PluginManager.check_pending() call in pytest be invoked after the historic call to pytest_addhooks() to avoid this early validation error. It's that or we have to use our own plugin manager instance.
The text was updated successfully, but these errors were encountered:
Due to pytest-dev/pytest#1821 we are currently stuck annotating all external plugins which use the
pytest_plugins
attribute with:It would be much preferable to have the
pluggy.PluginManager.check_pending()
call inpytest
be invoked after the historic call topytest_addhooks()
to avoid this early validation error. It's that or we have to use our own plugin manager instance.The text was updated successfully, but these errors were encountered: