diff options
author | Tristan Maat <tristan.maat@codethink.co.uk> | 2017-11-07 18:07:20 +0000 |
---|---|---|
committer | Tristan Maat <tristan.maat@codethink.co.uk> | 2017-11-15 17:20:36 +0000 |
commit | 76730dcb20ceff348f9f629b1aa29825eb6775ee (patch) | |
tree | 2b420f4e8f1b834a818b1272fa7a18365e11b646 /tests/pipeline/load.py | |
parent | 1f868ba4b2a14652a25ffed9eb4a9d39afd87720 (diff) | |
download | buildstream-test_coverage_segfault.tar.gz |
Fix teststest_coverage_segfault
Diffstat (limited to 'tests/pipeline/load.py')
-rw-r--r-- | tests/pipeline/load.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/pipeline/load.py b/tests/pipeline/load.py index 9cd2fea62..eeeeb1dc5 100644 --- a/tests/pipeline/load.py +++ b/tests/pipeline/load.py @@ -14,17 +14,6 @@ DATA_DIR = os.path.join( ) -def create_pipeline(tmpdir, basedir, target): - context = Context([]) - project = Project(basedir, context) - - context.deploydir = os.path.join(str(tmpdir), 'deploy') - context.artifactdir = os.path.join(str(tmpdir), 'artifact') - context._platform = Platform.get_platform() - - return Pipeline(context, project, [target]) - - @pytest.mark.datafiles(os.path.join(DATA_DIR, 'simple')) def test_load_simple(cli, datafiles, tmpdir): basedir = os.path.join(datafiles.dirname, datafiles.basename) |