From 6c0fa8445b849680300d407efe8bca691d4e680e Mon Sep 17 00:00:00 2001 From: Tristan Maat Date: Tue, 31 Oct 2017 13:31:00 +0000 Subject: Clean old Platform.get_platform references --- tests/project/plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/project') diff --git a/tests/project/plugins.py b/tests/project/plugins.py index 19bbc0353..67dc691d7 100644 --- a/tests/project/plugins.py +++ b/tests/project/plugins.py @@ -17,7 +17,7 @@ def create_pipeline(tmpdir, basedir, target): context = Context([], 'x86_64') project = Project(basedir, context) context.artifactdir = os.path.join(str(tmpdir), 'artifact') - context._platform = Platform.get_platform(context, project) + context._platform = Platform.get_platform() return Pipeline(context, project, target) -- cgit v1.2.1