From fc965c1dc569556323fc196bd026f877e42a5d6a Mon Sep 17 00:00:00 2001 From: Thomas Hisch Date: Thu, 14 Sep 2017 00:17:51 +0200 Subject: [PATCH] Remove outdated docstring --- _pytest/logging.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/_pytest/logging.py b/_pytest/logging.py index 1043cffda..c4a63db2d 100644 --- a/_pytest/logging.py +++ b/_pytest/logging.py @@ -314,9 +314,6 @@ def get_actual_log_level(config, setting_name): def pytest_configure(config): - """Always register the logging plugin with py.test or tests can't - find the fixture function. - """ log_cli_level = get_actual_log_level(config, 'log_cli_level') if log_cli_level is None: # No specific CLI logging level was provided, let's check