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
Currently src/_pytest/config/__init__.py uses sys.stderr.write to output warnings. Building off of #7286, we should refactor this file to use the warnings module instead once the aforementioned PR is merged in