summaryrefslogtreecommitdiff
path: root/tests/plugins/pipeline.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/pipeline.py')
-rw-r--r--tests/plugins/pipeline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/pipeline.py b/tests/plugins/pipeline.py
index 6cba7a125..6aee104e2 100644
--- a/tests/plugins/pipeline.py
+++ b/tests/plugins/pipeline.py
@@ -14,7 +14,7 @@ DATA_DIR = os.path.join(
def create_pipeline(tmpdir, basedir, target):
context = Context()
- context.load()
+ context.load(config=os.devnull)
context.deploydir = os.path.join(str(tmpdir), 'deploy')
context.artifactdir = os.path.join(str(tmpdir), 'artifact')
project = Project(basedir, context)