Configures logging for pytest and allows tweaking the log level via command-line flags. Current version is 2015.11.4. The package has been in maintenance mode for years and is largely superseded by built-in pytest logging since pytest 3.3+.
pip install pytest-loggingVerified import paths — ran on the pinned version, not inferred.
Configure logging via pytest.ini and use --log-level flag. Note: built-in pytest logging is preferred.
Remove pytest-logging and use pytest's built-in logging configuration.
Use only one mechanism to avoid confusion.
pip install pytest-logging and ensure it's in the test environment.
Update Python to 2.7+ or use built-in logging.
No dependency data recorded yet.