summaryrefslogtreecommitdiff
path: root/tests/project/plugins.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-10-07 20:51:45 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-11-06 00:14:20 +0900
commit47d028401e371acfb1dc64cd836e2f396da19346 (patch)
treef6afc5e49dc28a22bfae342b34681f97ec18364a /tests/project/plugins.py
parente6aecfb3770495b8750ee700e010dfeedc71ccff (diff)
downloadbuildstream-47d028401e371acfb1dc64cd836e2f396da19346.tar.gz
Updating all test cases for the removal of architecture conditionals and options
Diffstat (limited to 'tests/project/plugins.py')
-rw-r--r--tests/project/plugins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/project/plugins.py b/tests/project/plugins.py
index fd90de9aa..785b42418 100644
--- a/tests/project/plugins.py
+++ b/tests/project/plugins.py
@@ -14,7 +14,7 @@ DATA_DIR = os.path.join(
def create_pipeline(tmpdir, basedir, target):
- context = Context([], 'x86_64')
+ context = Context([])
project = Project(basedir, context)
context.artifactdir = os.path.join(str(tmpdir), 'artifact')
context._platform = Platform.get_platform()