Logging has many global states, and we did foresee this by creating a ``cleanup_disabled_logging`` fixture, however one might still forget to use it and failures leak later -- sometimes not even in the same PR, because the order of the tests might change in the future, specially when running under xdist. This problem surfaced during pytest-dev/pytest#11530, where tests unrelated to the change started to fail.  | 
			||
|---|---|---|
| .. | ||
| test_fixture.py | ||
| test_formatter.py | ||
| test_reporting.py | ||