summaryrefslogtreecommitdiff
path: root/tests/artifactcache/push.py
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2019-07-16 09:52:55 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-07-16 09:52:55 +0000
commit9232bcbdc2f0a34c926ab1d2a7927badd6c3bd3c (patch)
treed7b6dbaea2e7c2502fc783780335bf3fca6ce5df /tests/artifactcache/push.py
parent385e3719c7e6dc15f72c0acaca54622b3c073ecc (diff)
parenta163b64a5da7a58092eb4f04020e5fc520d5f75b (diff)
downloadbuildstream-9232bcbdc2f0a34c926ab1d2a7927badd6c3bd3c.tar.gz
Merge branch 'jennis/update_ready_for_runtime' into 'master'
Remove __update_state_recursively() See merge request BuildStream/buildstream!1449
Diffstat (limited to 'tests/artifactcache/push.py')
-rw-r--r--tests/artifactcache/push.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/artifactcache/push.py b/tests/artifactcache/push.py
index 9b976c490..da658f76b 100644
--- a/tests/artifactcache/push.py
+++ b/tests/artifactcache/push.py
@@ -124,8 +124,6 @@ def _test_push(user_config_file, project_dir, element_name, queue):
# This is duplicated from Pipeline.resolve_elements()
# as this test does not use the cli frontend.
for e in element.dependencies(Scope.ALL):
- # Preflight
- e._preflight()
# Determine initial element state.
e._update_state()