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
I've just released a pytest plugin called logot, but because it isn't named pytest-XXX, it needs to be manually added to the plugin list (see #11972).
Describe the solution you'd like
It would be great if the scripts/update-plugin-list.py discovered plugins based on the Framework :: Pytest trove classifier.
As well as logot, this would correctly discover the logassert, nuts and flask_fixture plugins that currently require manual adding to the list. It would allow the manual list to be completely eliminated! 🔥
Alternative Solutions
N/A
Additional context
Maybe this is impossible! But if you think this feature is a good idea, I'd be happy to investigate more and provide a PR! ❤️