diff options
Diffstat (limited to 'tests/plugins/pipeline.py')
-rw-r--r-- | tests/plugins/pipeline.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/pipeline.py b/tests/plugins/pipeline.py index 4c0e5c397..db683094b 100644 --- a/tests/plugins/pipeline.py +++ b/tests/plugins/pipeline.py @@ -23,7 +23,7 @@ def create_pipeline(tmpdir, basedir, target): context.set_message_handler(dummy_handler) - return Pipeline(context, project, [target], []) + return Pipeline(context, project, None, [target], []) @pytest.mark.datafiles(os.path.join(DATA_DIR, 'customsource')) |