summaryrefslogtreecommitdiff
path: root/tests/frontend/push.py
diff options
context:
space:
mode:
authorFrazer Leslie Clews <frazer.clews@codethink.co.uk>2019-10-30 15:10:02 +0000
committerTristan Maat <tristan.maat@codethink.co.uk>2019-11-12 17:06:38 +0000
commit412a87cf6041f99a49a8d57d9171541b79733062 (patch)
treeb5de609ce79dd0aa8adb284e2d2939d9bd7aebbb /tests/frontend/push.py
parent98c5b0b68b4949023532fe4b63cb6db139dcf431 (diff)
downloadbuildstream-frazer/flake8.tar.gz
make unsed loop control variables underscoresfrazer/flake8
Diffstat (limited to 'tests/frontend/push.py')
-rw-r--r--tests/frontend/push.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/frontend/push.py b/tests/frontend/push.py
index 583b57399..934140175 100644
--- a/tests/frontend/push.py
+++ b/tests/frontend/push.py
@@ -261,6 +261,7 @@ def test_push_all(cli, tmpdir, datafiles):
assert_shared(cli, share, project, "compose-all.bst")
+
# Tests that `bst artifact push --deps run $artifact_ref` fails
@pytest.mark.datafiles(DATA_DIR)
def test_push_artifacts_all_deps_fails(cli, tmpdir, datafiles):