summaryrefslogtreecommitdiff
path: root/tests/project/plugins.py
diff options
context:
space:
mode:
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 67dc691d7..6a1277d84 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()