summaryrefslogtreecommitdiff
path: root/tests/variables/variables.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-19 08:17:37 +0000
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-20 10:01:30 +0000
commit793ab0f3c751e163301901c0c1c1c82d00b2c0c9 (patch)
treea8aab673f6d96091c4bee07dfeccd0fb537824fb /tests/variables/variables.py
parent8a423b95cf6c674dde35f9998e549cb3ae08a215 (diff)
downloadbuildstream-793ab0f3c751e163301901c0c1c1c82d00b2c0c9.tar.gz
Adapted test cases to new Context changes
Diffstat (limited to 'tests/variables/variables.py')
-rw-r--r--tests/variables/variables.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/variables/variables.py b/tests/variables/variables.py
index 90df54120..9f1e1864f 100644
--- a/tests/variables/variables.py
+++ b/tests/variables/variables.py
@@ -12,8 +12,6 @@ DATA_DIR = os.path.join(
def create_pipeline(tmpdir, basedir, target, variant):
context = Context('x86_64')
project = Project(basedir, 'x86_64')
-
- context.deploydir = os.path.join(str(tmpdir), 'deploy')
context.artifactdir = os.path.join(str(tmpdir), 'artifact')
return Pipeline(context, project, target, variant)