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
As discussed in pytest-dev/pytest-xdist#341, the item parameter of pytest_warning_captured hook is unfortunately incompatible with pytest-xdist because we can't send the item object through the wire from workers to master.