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
Agree about having two lists, and while at it, we should also stop running with a clear message if one of the essential plugins is passed to -p no:, "this internal plugin is essential for pytest function and cannot be blocked".
I would put those plugins in a list essential_plugins, and just make default_plugins a sum of the essential plugins with the rest:
Agree about having two lists, and while at it, we should also stop running with a clear message if one of the essential plugins is passed to
-p no:
, "this internal plugin is essential for pytest function and cannot be blocked".I would put those plugins in a list
essential_plugins
, and just makedefault_plugins
a sum of the essential plugins with the rest:But I believe this is better done in a separate PR, don't you agree?
Originally posted by @nicoddemus in #4965
The text was updated successfully, but these errors were encountered: