summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-01-16 10:22:28 -0500
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-01-16 10:47:21 -0500
commit4ca37dcd38dc2930bef759a5745c5f158d4b43fe (patch)
tree2437459312dd3a9feaac6c4f9528fb73635dfd65
parent780d0f3a44f95f459ec578e6b652ac8634975ea5 (diff)
downloadbuildstream-4ca37dcd38dc2930bef759a5745c5f158d4b43fe.tar.gz
source-determinism.py integration test: Dont use integration_cache fixture
This was just deadcode, it's not really used here.
-rw-r--r--tests/integration/pullbuildtrees.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/pullbuildtrees.py b/tests/integration/pullbuildtrees.py
index f6fc71226..36ac52885 100644
--- a/tests/integration/pullbuildtrees.py
+++ b/tests/integration/pullbuildtrees.py
@@ -32,7 +32,7 @@ def default_state(cli, tmpdir, share):
@pytest.mark.integration
@pytest.mark.datafiles(DATA_DIR)
@pytest.mark.skipif(IS_LINUX and not HAVE_BWRAP, reason='Only available with bubblewrap on Linux')
-def test_pullbuildtrees(cli, tmpdir, datafiles, integration_cache):
+def test_pullbuildtrees(cli, tmpdir, datafiles):
project = os.path.join(datafiles.dirname, datafiles.basename)
element_name = 'autotools/amhello.bst'