From 2f18e6511058cbe2f929cdecc4320a09832c799a Mon Sep 17 00:00:00 2001 From: Tristan Maat Date: Tue, 7 Nov 2017 18:07:20 +0000 Subject: Fix tests --- tests/plugins/pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/plugins/pipeline.py') diff --git a/tests/plugins/pipeline.py b/tests/plugins/pipeline.py index 9f5e94ae9..8a2b2a51a 100644 --- a/tests/plugins/pipeline.py +++ b/tests/plugins/pipeline.py @@ -21,7 +21,7 @@ def create_pipeline(tmpdir, basedir, target): context.artifactdir = os.path.join(str(tmpdir), 'artifact') context._platform = Platform.get_platform() - return Pipeline(context, project, [target]) + return Pipeline(context, project, [target], []) @pytest.mark.skipif(not HAVE_ROOT, reason="requires root permissions") -- cgit v1.2.1