summaryrefslogtreecommitdiff
path: root/tests/frontend/pull.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/pull.py')
-rw-r--r--tests/frontend/pull.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/pull.py b/tests/frontend/pull.py
index a87a311d2..fd49ff1ef 100644
--- a/tests/frontend/pull.py
+++ b/tests/frontend/pull.py
@@ -304,7 +304,7 @@ def test_push_pull_track_non_strict(cli, tmpdir, datafiles):
# However, pulling has to be deferred until the dependencies have been
# tracked as the strict cache key needs to be calculated before querying
# the caches.
- result = cli.run(project=project, args=['build', '--track-all', '--all', 'target.bst'])
+ result = cli.run(project=project, args=['build', '--track-all', '--deps', 'all', 'target.bst'])
result.assert_success()
assert set(result.get_pulled_elements()) == all_elements