From 775f4a6f2fe031e0ab01e8579cefbd528d68770d Mon Sep 17 00:00:00 2001 From: Thomas Hisch Date: Wed, 27 Sep 2017 20:22:44 +0200 Subject: [PATCH] Fix flake8 issue --- _pytest/logging.py | 1 + 1 file changed, 1 insertion(+) diff --git a/_pytest/logging.py b/_pytest/logging.py index 1b71a544e..2d33f98ea 100644 --- a/_pytest/logging.py +++ b/_pytest/logging.py @@ -21,6 +21,7 @@ def get_option_ini(config, *names): if ret: return ret + def pytest_addoption(parser): """Add options to control log capturing."""