diff options
Diffstat (limited to 'tests/frontend/push.py')
-rw-r--r-- | tests/frontend/push.py | 1 |
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): |