Closed
Description
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
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